public class LoginException extends Exception
| Constructor and Description |
|---|
LoginException() |
LoginException(String message) |
LoginException(String message,
Throwable cause) |
LoginException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getLoginContext()
The login context that cause the exception.
|
LoginException |
setLoginContext(Object loginContext)
Set the login context that caused the problem.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LoginException()
public LoginException(String message)
message - public LoginException(Throwable cause)
cause - public Object getLoginContext()
public LoginException setLoginContext(Object loginContext)
loginContext - Copyright © 2015. All rights reserved.