public abstract class AuthenticationException extends RuntimeException
Authentication object
being invalid for whatever reason.| Constructor and Description |
|---|
AuthenticationException(String msg)
Constructs an
AuthenticationException with the specified message and no
root cause. |
AuthenticationException(String msg,
Throwable t)
Constructs an
AuthenticationException with the specified message and root
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException(String msg, Throwable t)
AuthenticationException with the specified message and root
cause.msg - the detail messaget - the root causepublic AuthenticationException(String msg)
AuthenticationException with the specified message and no
root cause.msg - the detail message