Class AccessDeniedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.store.access.AccessDeniedException
All Implemented Interfaces:
Serializable

@NonExtendable public class AccessDeniedException extends RuntimeException
RuntimeException thrown on denial of access to some referenced element.
Since:
5.2.241201
See Also:
  • Constructor Details

    • AccessDeniedException

      public AccessDeniedException()
  • Method Details

    • getReferenceDescription

      @NotNull public @NotNull String getReferenceDescription()
      The textual description of the referenced elements that has been accessed.
      Returns:
      the textual description, never null.
      Since:
      5.2.241201