Class UnauthorizedException

  • All Implemented Interfaces:
    Serializable

    public class UnauthorizedException
    extends Exception
    Thrown if a user does not have permission to access a particular method.
    Author:
    Iain Shigeoka
    See Also:
    Serialized Form
    • Constructor Detail

      • UnauthorizedException

        public UnauthorizedException()
      • UnauthorizedException

        public UnauthorizedException​(String message)
      • UnauthorizedException

        public UnauthorizedException​(Throwable cause)
      • UnauthorizedException

        public UnauthorizedException​(String message,
                                     Throwable cause)