public class LoginException extends SecurityException
AuthenticationStatus,
Serialized Form| Constructor and Description |
|---|
LoginException(boolean as)
Create a new LoginException object with the given authentication
value.
|
LoginException(String message)
Create a new LoginException object with the given message
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getStatus()
Returns the status of the Authentication.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LoginException(String message)
The - message indicating why authentication failed.public LoginException(boolean as)
The - AuthenticationStatus objectCopyright © 2017. All rights reserved.