Class AuthenticationRequiredException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationRequiredException
    extends RuntimeException
    Thrown when a user attempts to do an action that requires authentication, but the user is not authenticated.
    Author:
    Jacob Mitash
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationRequiredException

        public AuthenticationRequiredException​(String message)