Class NotAuthenticatedException

All Implemented Interfaces:
Serializable

public class NotAuthenticatedException extends SecurityException
An unchecked security exception indicating that a user has canceled an attempt to authenticate himself.
Since:
3.4
Author:
Eike Stepper
See Also:
  • Constructor Details

    • NotAuthenticatedException

      public NotAuthenticatedException()
    • NotAuthenticatedException

      public NotAuthenticatedException(String s)
    • NotAuthenticatedException

      public NotAuthenticatedException(Throwable cause)
    • NotAuthenticatedException

      public NotAuthenticatedException(String message, Throwable cause)