Class SimulationFailedException
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.SimulationFailedException
- All Implemented Interfaces:
Serializable
Raised when a simulation fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimulationFailedException
(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
-
SimulationFailedException
-