AuthenticatorExceptionpublic class AuthenticatorException extends AccountsException
Constructors Summary |
---|
public AuthenticatorException()
super();
| public AuthenticatorException(String message)
super(message);
| public AuthenticatorException(String message, Throwable cause)
super(message, cause);
| public AuthenticatorException(Throwable cause)
super(cause);
|
|