Class NotYetSimulatedException
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.NotYetSimulatedException
- All Implemented Interfaces:
Serializable
Raised when trying to get the result of a transaction that has not been simulated yet.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotYetSimulatedException
(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
-
NotYetSimulatedException
-