Class TransactionStillPendingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.stellar.sdk.exception.SdkException
org.stellar.sdk.contract.exception.AssembledTransactionException
org.stellar.sdk.contract.exception.TransactionStillPendingException
- All Implemented Interfaces:
Serializable
Raised when the transaction is still pending.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionStillPendingException
(String message, AssembledTransaction<?> assembledTransaction) -
Method Summary
Methods inherited from class org.stellar.sdk.contract.exception.AssembledTransactionException
getAssembledTransaction
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionStillPendingException
public TransactionStillPendingException(String message, AssembledTransaction<?> assembledTransaction)
-