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: