public class AuthenticationFailedException extends AuthenticationException
| Constructor and Description |
|---|
AuthenticationFailedException()
Constructs an AuthenticationFailedException.
|
AuthenticationFailedException(java.lang.String explanation)
Constructs an AuthenticationFailedException with a detailed
explanation of the reason for the exception.
|
public AuthenticationFailedException()
public AuthenticationFailedException(java.lang.String explanation)
explanation - detailed explanation of the reason for the
exception.