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
public class AccountExpiredException
- extends PermissionDeniedException
This exception is thrown if you try to log in
with an account that has expired.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
AccountExpiredException
public AccountExpiredException(String login,
Date expirationDate)
- Creates a new
AccountExpiredException
.
- Parameters:
login
- Login name for the expired accountexpirationDate
- Date when the account expired.