org.camunda.bpm.engine
Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.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.
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
resourceType
protected final String resourceType
permissionName
protected final String permissionName
userId
protected final String userId
resourceId
protected final String resourceId
AuthorizationException
public AuthorizationException(String message)
AuthorizationException
public AuthorizationException(String userId,
String permissionName,
String resourceType,
String resourceId)
getResourceType
public String getResourceType()
getViolatedPermissionName
public String getViolatedPermissionName()
getUserId
public String getUserId()
getResourceId
public String getResourceId()
Copyright © 2015 camunda services GmbH. All rights reserved.