org.proteios.core
Class AccountExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.proteios.core.BaseException
org.proteios.core.PermissionDeniedException
org.proteios.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 |
AccountExpiredException
public AccountExpiredException(String login,
Date expirationDate)
- Creates a new
AccountExpiredException.