Class AuthorizationException

All Implemented Interfaces:
Serializable

public class AuthorizationException extends ProcessEngineException

Exception thrown by the process engine in case a user tries to interact with a resource in an unauthorized way.

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
See Also: