Package org.stellar.sdk.contract.exception
package org.stellar.sdk.contract.exception
Exceptions specific to smart contract transaction assembly and execution.
These exceptions are thrown by AssembledTransaction during
the lifecycle of a contract invocation, including simulation failures, signing issues, submission
errors, and expired contract state.
All exceptions in this package extend AssembledTransactionException.
- See Also:
-
Exception ClassesClassDescriptionRaised when an assembled transaction fails.Raised when the state has expired.Raised when more signatures are needed.Raised when no signature is needed.Raised when trying to get the result of a transaction that has not been simulated yet.Raised when a restoration fails.Raised when invoking `sendTransaction` fails.Raised when a simulation fails.Raised when invoking `getTransaction` fails.Raised when the transaction is still pending.