public class AuthenticationException extends BeangleSecurityException
| Constructor and Description |
|---|
AuthenticationException() |
AuthenticationException(String message) |
AuthenticationException(String msg,
Object extraInfo) |
AuthenticationException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearExtraInfo() |
Authentication |
getAuthentication() |
Object |
getExtraInfo() |
String |
getMessage() |
void |
setAuthentication(Authentication authentication) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException()
public AuthenticationException(String message)
message - public AuthenticationException(Throwable cause)
cause - public Authentication getAuthentication()
public void setAuthentication(Authentication authentication)
public Object getExtraInfo()
public void clearExtraInfo()
public String getMessage()
getMessage in class ThrowableCopyright © 2005–2018 The Beangle Software. All rights reserved.