Class AccountNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.stellar.sdk.AccountNotFoundException
All Implemented Interfaces:
Serializable

public class AccountNotFoundException extends Exception
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()