public class AccountException extends AuthenticationException
| Constructor and Description |
|---|
AccountException()
Creates a new AccountException.
|
AccountException(String message)
Constructs a new AccountException.
|
AccountException(String message,
Throwable cause)
Constructs a new AccountException.
|
AccountException(Throwable cause)
Constructs a new AccountException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccountException()
public AccountException(String message)
message - the reason for the exceptionpublic AccountException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.