Class AssembledTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.stellar.sdk.exception.SdkException
org.stellar.sdk.contract.exception.AssembledTransactionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExpiredStateException
,NeedsMoreSignaturesException
,NoSignatureNeededException
,NotYetSimulatedException
,RestorationFailureException
,SendTransactionFailedException
,SimulationFailedException
,TransactionFailedException
,TransactionStillPendingException
Raised when an assembled transaction fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssembledTransactionException
(String message, AssembledTransaction<?> assembledTransaction) -
Method Summary
Modifier and TypeMethodDescriptionThe assembled transaction that failed.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssembledTransactionException
-
-
Method Details
-
getAssembledTransaction
The assembled transaction that failed.
-