Package org.stellar.sdk.exception
Class PrepareTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.stellar.sdk.exception.SdkException
org.stellar.sdk.exception.PrepareTransactionException
- All Implemented Interfaces:
Serializable
Exception thrown when preparing a transaction failed.
- See Also:
-
Constructor Summary
ConstructorDescriptionPrepareTransactionException
(String message, SimulateTransactionResponse simulateTransactionResponse) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PrepareTransactionException
public PrepareTransactionException(String message, SimulateTransactionResponse simulateTransactionResponse)
-
-
Method Details
-
getSimulateTransactionResponse
-