Class DataAccessControlling.AccessDeniedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.firstspirit.client.plugin.dataaccess.aspects.DataAccessControlling.AccessDeniedException
All Implemented Interfaces:
Serializable
Enclosing interface:
DataAccessControlling

public static class DataAccessControlling.AccessDeniedException extends Exception
Exception thrown, when access to the session's data is denied.
Since:
5.2.180803
See Also:
  • Constructor Details

    • AccessDeniedException

      public AccessDeniedException(String message)
      Construct an instance with the given message.
      Parameters:
      message - The exception message.
      Since:
      5.2.180803