Class AccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.store.access.AccessDeniedException
- All Implemented Interfaces:
Serializable
RuntimeException thrown on denial of access to some referenced element.
- Since:
- 5.2.241201
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull StringThe textual description of the referenced elements that has been accessed.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessDeniedException
public AccessDeniedException()
-
-
Method Details
-
getReferenceDescription
The textual description of the referenced elements that has been accessed.- Returns:
- the textual description, never
null. - Since:
- 5.2.241201
-