Class ExceptionDto


  • public class ExceptionDto
    extends Object
    ExceptionDto
    • Constructor Detail

      • ExceptionDto

        public ExceptionDto()
    • Method Detail

      • getType

        public String getType()
        An exception class indicating the occurred error.
        Returns:
        type
      • setType

        public void setType​(String type)
      • getMessage

        public String getMessage()
        A detailed message of the error.
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
      • getCode

        public BigDecimal getCode()
        The code allows your client application to identify the error in an automated fashion. You can look up the meaning of all built-in codes and learn how to add custom codes in the [User Guide](https://docs.camunda.org/manual/7.18/user-guide/process-engine/error-handling/#exception-codes).
        Returns:
        code
      • setCode

        public void setCode​(BigDecimal code)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object