public class AuthenticationException
extends java.lang.Exception
| Constructor and Description |
|---|
AuthenticationException(java.lang.String message)
Construct a new AuthenticationException with the given message.
|
AuthenticationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new AuthenticationException with the given message and cause.
|
public AuthenticationException(java.lang.String message,
java.lang.Throwable cause)
message - The message.cause - The cause.public AuthenticationException(java.lang.String message)
message - The message.