Class AccountNotFoundException

All Implemented Interfaces:
Serializable

public class AccountNotFoundException extends AccountException
Thrown when an authentication request is rejected because the account does not exist within the system.
Since:
1.7
See Also:
  • Constructor Details

    • AccountNotFoundException

      public AccountNotFoundException(String message)
      Constructs an AccountNotFoundException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).