Package net.sf.basedb.core
Class AccountExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.basedb.core.BaseException
net.sf.basedb.core.PermissionDeniedException
net.sf.basedb.core.AccountExpiredException
- All Implemented Interfaces:
Serializable
This exception is thrown if you try to log in
with an account that has expired.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAccountExpiredException
(String login, Date expirationDate) Creates a newAccountExpiredException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AccountExpiredException
Creates a newAccountExpiredException
.- Parameters:
login
- Login name for the expired accountexpirationDate
- Date when the account expired.
-