Class AuthorizationExceptionDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.ExceptionDto
org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto

public class AuthorizationExceptionDto extends ExceptionDto

Dto for AuthorizationException

The exception contains a list of Missing authorizations. The List is a disjunction i.e. a user should have any of the authorization for the engine to continue the execution beyond the point where it failed.

Author:
Daniel Meyer