Uses of Class
org.camunda.bpm.engine.rest.dto.ExceptionDto
Package
Description
-
Uses of ExceptionDto in org.camunda.bpm.engine.rest.dto
Modifier and TypeClassDescriptionclass
Dto forAuthorizationException
class
Dto forParseException
The exception contains a list of errors and warning that occurred during parsing.Modifier and TypeMethodDescriptionstatic ExceptionDto
ExceptionDto.fromException
(Exception e) static ExceptionDto
ExceptionDto.fromException
(Throwable e) -
Uses of ExceptionDto in org.camunda.bpm.engine.rest.dto.migration
Modifier and TypeClassDescriptionclass
class
-
Uses of ExceptionDto in org.camunda.bpm.engine.rest.exception
Modifier and TypeMethodDescriptionprotected void
ExceptionHandlerHelper.provideExceptionCode
(Throwable throwable, ExceptionDto exceptionDto)