class MissingContractAttachments : Exception
A contract attachment was missing when trying to automatically attach all known contract attachments
MissingContractAttachments(states: List<TransactionState<ContractState>>)
A contract attachment was missing when trying to automatically attach all known contract attachments |
val states: List<TransactionState<ContractState>>
States which have contracts that do not have corresponding attachments in the attachment store. |
val Throwable.rootCause: Throwable |
fun Throwable.getStackTraceAsString(): String |