Class EngineRestExceptionDto

java.lang.Object
org.camunda.bpm.client.impl.EngineRestExceptionDto

public class EngineRestExceptionDto extends Object
  • Field Details

    • message

      protected String message
    • type

      protected String type
    • code

      protected Integer code
  • Constructor Details

    • EngineRestExceptionDto

      public EngineRestExceptionDto()
  • Method Details

    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getCode

      public Integer getCode()
    • setCode

      public void setCode(Integer code)
    • toRestException

      public RestException toRestException()