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.

Only applicable to Soroban RPC Request.

See Also:
  • Constructor Details

    • AccountNotFoundException

      public AccountNotFoundException(String accountId)
  • Method Details

    • getAccountId

      public String getAccountId()