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