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) |
AccountExpiredException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
AccountExpiredException with the specified
message and root cause. |
getAuthentication, getExtraInformation
contains, getMessage, getMostSpecificCause, getRootCause
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 causepublic AccountExpiredException(java.lang.String msg, java.lang.Object extraInformation)