Class InactiveAccountException

All Implemented Interfaces:
Serializable

public class InactiveAccountException extends FailedAuthenticationException
Thrown when the account is inactive.
See Also:
  • Constructor Details

    • InactiveAccountException

      public InactiveAccountException(String name)
      Constructs a new InvalidAccountException.
      Parameters:
      name - name of the account
    • InactiveAccountException

      public InactiveAccountException(String name, Throwable e)
  • Method Details

    • getName

      public String getName()
      Returns the name of the account.
      Returns:
      name of the account