public class ForceAuthenticationException extends AuthenticationException
| コンストラクタと説明 |
|---|
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, toStringpublic ForceAuthenticationException()
public ForceAuthenticationException(String message)
message - exception messagepublic ForceAuthenticationException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.