public class LoginException extends SecurityException
| 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)
a - status booleanCopyright © 2019. All rights reserved.