public class AccountExpiredException extends AuthenticationException
| Constructor and Description |
|---|
AccountExpiredException(String msg)
Constructs a
AccountExpiredException with the specified
message. |
AccountExpiredException(String msg,
Object extraInformation) |
AccountExpiredException(String msg,
Throwable t)
Constructs a
AccountExpiredException with the specified
message and root cause. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 causeCopyright © 2016. All rights reserved.