Class UnexistingResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.security.authorization.AuthorizationException
com.logicaldoc.core.security.authorization.UnexistingResourceException
- All Implemented Interfaces:
- Serializable
Raised when access to an unexisting resource is required
- Since:
- 8.9.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUnexistingResourceException(String message) UnexistingResourceException(String username, String resource) UnexistingResourceException(String username, String resource, Throwable cause) UnexistingResourceException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnexistingResourceException
- 
UnexistingResourceException
- 
UnexistingResourceExceptionpublic UnexistingResourceException()
- 
UnexistingResourceException
- 
UnexistingResourceException
- 
UnexistingResourceException
 
- 
- 
Method Details- 
getUsername
- 
getSecurityObject
 
-