Class UnauthenticatedException

  • All Implemented Interfaces:
    Serializable

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

      • UnauthenticatedException

        public UnauthenticatedException()
      • UnauthenticatedException

        public UnauthenticatedException​(String message)
      • UnauthenticatedException

        public UnauthenticatedException​(Throwable cause)
      • UnauthenticatedException

        public UnauthenticatedException​(String message,
                                        Throwable cause)