Class AccountNotExistException

    • Constructor Detail

      • AccountNotExistException

        public AccountNotExistException​(AccountID accountID)
        This Exception is called when and account with ID provided does not exist
        Parameters:
        accountID - ID of the account
      • AccountNotExistException

        public AccountNotExistException​(String accountName)
        This Exception is called when and account with name provided does not exist
        Parameters:
        accountName - Name of the account