public class PassiveAuthenticationException extends AuthenticationException
コンストラクタと説明 |
---|
PassiveAuthenticationException()
Constructor.
|
PassiveAuthenticationException(Exception wrappedException)
Constructor.
|
PassiveAuthenticationException(String message)
Constructor.
|
PassiveAuthenticationException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PassiveAuthenticationException()
public PassiveAuthenticationException(String message)
message
- exception messagepublic PassiveAuthenticationException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.