public class AccountExpiredException extends AccountStatusException
Constructor and Description |
---|
AccountExpiredException(String msg)
Constructs a
AccountExpiredException with the specified
message. |
AccountExpiredException(String msg,
Object extraInformation)
Deprecated.
|
AccountExpiredException(String msg,
Throwable t)
Constructs a
AccountExpiredException with the specified
message and root cause. |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccountExpiredException(String msg)
AccountExpiredException
with the specified
message.msg
- the detail messagepublic AccountExpiredException(String msg, Throwable t)
AccountExpiredException
with the specified
message and root cause.msg
- the detail messaget
- root cause@Deprecated public AccountExpiredException(String msg, Object extraInformation)