Class AccountNotFoundException

All Implemented Interfaces:
Serializable

public class AccountNotFoundException extends CredentialsException
Exception when an account is not found.
Since:
1.8.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • AccountNotFoundException

      public AccountNotFoundException(String message)

      Constructor for AccountNotFoundException.

      Parameters:
      message - a String object
    • AccountNotFoundException

      public AccountNotFoundException(Throwable t)

      Constructor for AccountNotFoundException.

      Parameters:
      t - a Throwable object