Class AccountNotFoundException

All Implemented Interfaces:
Serializable

public class AccountNotFoundException extends FailedAuthenticationException
Thrown when the account could not be found during an authentication attempt.
Since:
2.2.4
See Also:
  • Constructor Details

    • AccountNotFoundException

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

      public AccountNotFoundException(String name, Throwable e)
      Constructs a new AccountNotFoundException.
      Parameters:
      name - name of the account
      e - cause of the exception
  • Method Details

    • getName

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