public class AuthenticationException extends GeneralSecurityException
AuthException in that whenever a
method from the HttpAuthenticationMechanism throws this exception, the Jakarta Authentication
bridge has to throw an AuthException back to the Jakarta Authentication runtime wrapping
this exception.| Constructor and Description |
|---|
AuthenticationException()
Constructs a new
AuthenticationException exception with null as its detail message. |
AuthenticationException(String message)
Constructs a new
AuthenticationException exception with the specified detail message. |
AuthenticationException(String message,
Throwable cause)
Constructs a new
AuthenticationException exception with the specified detail message and cause. |
AuthenticationException(Throwable cause)
Constructs a new
AuthenticationException exception with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException()
AuthenticationException exception with null as its detail message.public AuthenticationException(String message)
AuthenticationException exception with the specified detail message.message - the detail message.public AuthenticationException(String message, Throwable cause)
AuthenticationException exception with the specified detail message and cause.message - the detail message.cause - the cause.public AuthenticationException(Throwable cause)
AuthenticationException exception with the specified cause.cause - the cause.Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.