Class AccessDeniedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.datasteel.crudcraft.runtime.security.AccessDeniedException
All Implemented Interfaces:
Serializable

public class AccessDeniedException extends RuntimeException
Thrown when an authenticated user attempts an action they are not permitted to perform.
See Also:
  • Constructor Details

    • AccessDeniedException

      public AccessDeniedException(String message)
    • AccessDeniedException

      public AccessDeniedException(String message, Throwable cause)