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.
Modifier and Type | Field and Description |
---|---|
protected String |
permissionName |
protected String |
resourceId |
protected String |
resourceType |
protected String |
userId |
Constructor and Description |
---|
AuthorizationException(String userId,
String permissionName,
String resourceType,
String resourceId) |
Modifier and Type | Method and Description |
---|---|
String |
getResourceId() |
String |
getResourceType() |
String |
getUserId() |
String |
getViolatedPermissionName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015. All rights reserved.