Class AccountNotFoundException

All Implemented Interfaces:
Serializable

public class AccountNotFoundException extends NetworkException
Exception thrown when trying to load an account that doesn't exist on the Stellar network.
See Also:
  • Constructor Details

    • AccountNotFoundException

      public AccountNotFoundException(String accountId)
  • Method Details

    • getAccountId

      public String getAccountId()