Serialized Form
-
Package org.stellar.sdk.exception
-
Exception Class org.stellar.sdk.exception.AccountNotFoundException
class AccountNotFoundException extends NetworkException implements Serializable-
Serialized Fields
-
accountId
String accountId
-
-
-
Exception Class org.stellar.sdk.exception.AccountRequiresMemoException
class AccountRequiresMemoException extends SdkException implements Serializable-
Serialized Fields
-
accountId
String accountId
the account requiring the memo * -
operationIndex
int operationIndex
the operation where the account is the destination *
-
-
-
Exception Class org.stellar.sdk.exception.BadRequestException
class BadRequestException extends NetworkException implements Serializable-
Serialized Fields
-
problem
Problem problem
The parsed problem details, if available. -
submitTransactionAsyncProblem
SubmitTransactionAsyncResponse submitTransactionAsyncProblem
The parsed async transaction submission problem details.This field is only present when the exception is thrown as a result of calling the "Submit Transaction Asynchronously" API endpoint and the server returned an error response. In other cases, it will be null.
-
-
-
Exception Class org.stellar.sdk.exception.BadResponseException
class BadResponseException extends NetworkException implements Serializable-
Serialized Fields
-
problem
Problem problem
The parsed problem details, if available. -
submitTransactionAsyncProblem
SubmitTransactionAsyncResponse submitTransactionAsyncProblem
The parsed async transaction submission problem details.This field is only present when the exception is thrown as a result of calling the "Submit Transaction Asynchronously" API endpoint and the server returned an error response. In other cases, it will be null.
-
-
-
Exception Class org.stellar.sdk.exception.ConnectionErrorException
class ConnectionErrorException extends NetworkException implements Serializable -
Exception Class org.stellar.sdk.exception.InvalidSep10ChallengeException
class InvalidSep10ChallengeException extends SdkException implements Serializable -
Exception Class org.stellar.sdk.exception.NetworkException
class NetworkException extends SdkException implements Serializable -
Exception Class org.stellar.sdk.exception.PrepareTransactionException
class PrepareTransactionException extends SdkException implements Serializable-
Serialized Fields
-
simulateTransactionResponse
SimulateTransactionResponse simulateTransactionResponse
-
-
-
Exception Class org.stellar.sdk.exception.RequestTimeoutException
class RequestTimeoutException extends NetworkException implements Serializable-
Serialized Fields
-
problem
Problem problem
The parsed problem details, if available.
-
-
-
Exception Class org.stellar.sdk.exception.SdkException
class SdkException extends RuntimeException implements Serializable -
Exception Class org.stellar.sdk.exception.SorobanRpcException
class SorobanRpcException extends NetworkException implements Serializable -
Exception Class org.stellar.sdk.exception.TooManyRequestsException
class TooManyRequestsException extends NetworkException implements Serializable-
Serialized Fields
-
retryAfter
Integer retryAfter
Number of seconds a client should wait before sending requests again
-
-
-
Exception Class org.stellar.sdk.exception.UnexpectedException
class UnexpectedException extends SdkException implements Serializable -
Exception Class org.stellar.sdk.exception.UnknownResponseException
class UnknownResponseException extends NetworkException implements Serializable
-
-
Package org.stellar.sdk.federation.exception
-
Exception Class org.stellar.sdk.federation.exception.FederationServerInvalidException
class FederationServerInvalidException extends NetworkException implements Serializable -
Exception Class org.stellar.sdk.federation.exception.NoFederationServerException
class NoFederationServerException extends NetworkException implements Serializable -
Exception Class org.stellar.sdk.federation.exception.NotFoundException
class NotFoundException extends NetworkException implements Serializable -
Exception Class org.stellar.sdk.federation.exception.StellarTomlNotFoundInvalidException
class StellarTomlNotFoundInvalidException extends NetworkException implements Serializable
-
-
Package org.stellar.sdk.responses