public class AccountExpiredException extends AccountStatusException
Constructor and Description |
---|
AccountExpiredException(java.lang.String msg)
Constructs a
AccountExpiredException with the specified
message. |
AccountExpiredException(java.lang.String msg,
java.lang.Object extraInformation)
Deprecated.
|
AccountExpiredException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
AccountExpiredException with the specified
message and root cause. |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
public AccountExpiredException(java.lang.String msg)
AccountExpiredException
with the specified
message.msg
- the detail messagepublic AccountExpiredException(java.lang.String msg, java.lang.Throwable t)
AccountExpiredException
with the specified
message and root cause.msg
- the detail messaget
- root cause@Deprecated public AccountExpiredException(java.lang.String msg, java.lang.Object extraInformation)