Class ExceptionDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.ExceptionDto
Direct Known Subclasses:
AuthorizationExceptionDto, MigratingProcessInstanceValidationExceptionDto, MigrationPlanValidationExceptionDto, ParseExceptionDto

public class ExceptionDto extends Object
Author:
nico.rehwaldt
  • Field Details

    • type

      protected String type
    • message

      protected String message
    • code

      protected Integer code
  • Constructor Details

    • ExceptionDto

      public ExceptionDto()
  • Method Details