public class AuthenticationException
extends java.security.GeneralSecurityException
HttpAuthenticationMechanism
throws this exception, the JASPIC bridge
has to throw an AuthException back to the JASPIC runtime wrapping this exception.Constructor and Description |
---|
AuthenticationException()
Constructs a new
AuthenticationException exception with null as its detail message. |
AuthenticationException(java.lang.String message)
Constructs a new
AuthenticationException exception with the specified detail message. |
AuthenticationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
AuthenticationException exception with the specified detail message and cause. |
AuthenticationException(java.lang.Throwable cause)
Constructs a new
AuthenticationException exception with the specified cause. |
public AuthenticationException()
AuthenticationException
exception with null
as its detail message.public AuthenticationException(java.lang.String message)
AuthenticationException
exception with the specified detail message.message
- the detail message.public AuthenticationException(java.lang.String message, java.lang.Throwable cause)
AuthenticationException
exception with the specified detail message and cause.message
- the detail message.cause
- the cause.public AuthenticationException(java.lang.Throwable cause)
AuthenticationException
exception with the specified cause.cause
- the cause.