Class NotAuthenticatedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotAuthenticatedException
    extends java.lang.SecurityException
    An unchecked security exception indicating that a user has canceled an attempt to authenticate himself.
    Since:
    3.4
    Author:
    Eike Stepper
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotAuthenticatedException

        public NotAuthenticatedException()
      • NotAuthenticatedException

        public NotAuthenticatedException​(java.lang.String s)
      • NotAuthenticatedException

        public NotAuthenticatedException​(java.lang.Throwable cause)
      • NotAuthenticatedException

        public NotAuthenticatedException​(java.lang.String message,
                                         java.lang.Throwable cause)