Restoration Failure Exception
class RestorationFailureException(message: String, assembledTransaction: AssembledTransaction<*>) : ContractException
Exception thrown when automatic contract state restoration fails.
When a contract's archived state needs to be restored before invocation, AssembledTransaction.simulate automatically attempts restoration. This exception indicates that the restoration transaction failed.