public class DisabledAccountException extends AccountException
LockedAccountException,
Serialized Form
| Constructor and Description |
|---|
DisabledAccountException()
Creates a new DisabledAccountException.
|
DisabledAccountException(String
Constructs a new DisabledAccountException.
|
DisabledAccountException(String
Constructs a new DisabledAccountException.
|
DisabledAccountException(Throwable
Constructs a new DisabledAccountException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DisabledAccountException()
public DisabledAccountException(Stringmessage)
message - the reason for the exception
public DisabledAccountException(Throwablecause)
cause - the underlying Throwable that caused this exception to be thrown.