public static interface AccountState.Error
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Returns the error code.
|
java.lang.String |
getMessage()
Returns the error message.
|
void |
throwSecurityException()
Throws the LoginException that best maps to this error.
|
int getCode()
java.lang.String getMessage()
void throwSecurityException()
throws javax.security.auth.login.LoginException
javax.security.auth.login.LoginException - for this account state error