Klasse NotAuthenticatedException

Alle implementierten Schnittstellen:
Serializable

public class NotAuthenticatedException extends SecurityException
An unchecked security exception indicating that a user has canceled an attempt to authenticate himself.
Seit:
3.4
Autor:
Eike Stepper
Siehe auch:
  • Konstruktordetails

    • NotAuthenticatedException

      public NotAuthenticatedException()
    • NotAuthenticatedException

      public NotAuthenticatedException(String s)
    • NotAuthenticatedException

      public NotAuthenticatedException(Throwable cause)
    • NotAuthenticatedException

      public NotAuthenticatedException(String message, Throwable cause)