Package org.camunda.bpm.engine.rest.dto
Class ExceptionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.ExceptionDto
- Direct Known Subclasses:
AuthorizationExceptionDto
,MigratingProcessInstanceValidationExceptionDto
,MigrationPlanValidationExceptionDto
,ParseExceptionDto
- Author:
- nico.rehwaldt
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionDto
static ExceptionDto
getCode()
getType()
void
void
setMessage
(String message) void
-
Field Details
-
type
-
message
-
code
-
-
Constructor Details
-
ExceptionDto
public ExceptionDto()
-
-
Method Details
-
getType
-
getMessage
-
fromException
-
fromException
-
setType
-
setMessage
-
getCode
-
setCode
-