public class ForceAuthenticationException extends AuthenticationException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
ForceAuthenticationException()
Constructor.
|
ForceAuthenticationException(Exception wrappedException)
Constructor.
|
ForceAuthenticationException(String message)
Constructor.
|
ForceAuthenticationException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public ForceAuthenticationException()
public ForceAuthenticationException(String message)
message - exception messagepublic ForceAuthenticationException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999-2014. All Rights Reserved.