corda / net.corda.core.transactions / MissingContractAttachments

MissingContractAttachments

class MissingContractAttachments : Exception

A contract attachment was missing when trying to automatically attach all known contract attachments

Constructors

<init>

MissingContractAttachments(states: List<TransactionState<ContractState>>)

A contract attachment was missing when trying to automatically attach all known contract attachments

Properties

states

val states: List<TransactionState<ContractState>>

States which have contracts that do not have corresponding attachments in the attachment store.

Extension Properties

rootCause

val Throwable.rootCause: Throwable

Extension Functions

getStackTraceAsString

fun Throwable.getStackTraceAsString(): String