Class 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
  • Field Details

  • Constructor Details

    • AccountExpiredException

      public AccountExpiredException​(String login, Date expirationDate)
      Creates a new AccountExpiredException.
      Parameters:
      login - Login name for the expired account
      expirationDate - Date when the account expired.