Signals a failure in authentication process
Constructor and description |
---|
AuthenticationException
() Creates a new AuthenticationException with a null detail message. |
AuthenticationException
(java.lang.String message) Creates a new AuthenticationException with the specified message. |
AuthenticationException
(java.lang.String message, java.lang.Throwable cause) Creates a new AuthenticationException with the specified detail message and cause. |
Methods inherited from class | Name |
---|---|
class java.net.ProtocolException |
java.net.ProtocolException#printStackTrace(), java.net.ProtocolException#printStackTrace(java.io.PrintStream), java.net.ProtocolException#printStackTrace(java.io.PrintWriter), java.net.ProtocolException#fillInStackTrace(), java.net.ProtocolException#getCause(), java.net.ProtocolException#initCause(java.lang.Throwable), java.net.ProtocolException#toString(), java.net.ProtocolException#getMessage(), java.net.ProtocolException#getSuppressed(), java.net.ProtocolException#getLocalizedMessage(), java.net.ProtocolException#getStackTrace(), java.net.ProtocolException#setStackTrace([Ljava.lang.StackTraceElement;), java.net.ProtocolException#addSuppressed(java.lang.Throwable), java.net.ProtocolException#wait(long), java.net.ProtocolException#wait(long, int), java.net.ProtocolException#wait(), java.net.ProtocolException#equals(java.lang.Object), java.net.ProtocolException#hashCode(), java.net.ProtocolException#getClass(), java.net.ProtocolException#notify(), java.net.ProtocolException#notifyAll() |
Creates a new AuthenticationException with a null detail message.
Creates a new AuthenticationException with the specified message.
message
- the exception detail messageCreates a new AuthenticationException with the specified detail message and cause.
message
- the exception detail messagecause
- the Throwable that caused this exception, or
null if the cause is unavailable, unknown, or not a
Throwable