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, getExtraInformation
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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 causeCopyright © 2004–2019 Interface21, Inc. All rights reserved.