Package io.goobi.viewer.exceptions
Class AccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.AccessDeniedException
- All Implemented Interfaces:
Serializable
Thrown when the requesting user lacks permission to access the requested resource.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessDeniedException(String string) Creates a new AccessDeniedException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessDeniedException
Creates a new AccessDeniedException instance.- Parameters:
string-String
-