Class PermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.security.authorization.AuthorizationException
com.logicaldoc.core.security.authorization.PermissionException
- All Implemented Interfaces:
- Serializable
Raised when a permission is not allowed
- Since:
- 8.8.3
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPermissionException(String message) PermissionException(String username, String securityObject, Permission permission) PermissionException(String username, String securityObject, Permission permission, Throwable cause) PermissionException(String message, Throwable cause) PermissionException(Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PermissionException
- 
PermissionExceptionpublic PermissionException(String username, String securityObject, Permission permission, Throwable cause) 
- 
PermissionExceptionpublic PermissionException()
- 
PermissionException
- 
PermissionException
- 
PermissionException
 
- 
- 
Method Details- 
getUsername
- 
getSecurityObject
- 
getPermission
 
-