public static interface AccountState.Error
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Returns the error code.
|
String |
getMessage()
Returns the error message.
|
void |
throwSecurityException()
Throws the LoginException that best maps to this error.
|
int getCode()
String getMessage()
void throwSecurityException() throws LoginException
LoginException
- for this account state errorCopyright © 2003-2019 Virginia Tech. All Rights Reserved.