Class UnauthorizedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.security.api.UnauthorizedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JobAccessDeniedException

public class UnauthorizedException extends RuntimeException
Exception thrown when the permission for a certain operation is denied.
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException()
    • UnauthorizedException

      public UnauthorizedException(String message)
    • UnauthorizedException

      public UnauthorizedException(Throwable cause)
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable cause)