corda / net.corda.core.contracts / TransactionVerificationException / OverlappingAttachmentsException

OverlappingAttachmentsException

class OverlappingAttachmentsException : TransactionVerificationException

Thrown when multiple attachments provide the same file when building the AttachmentsClassloader for a transaction.

Constructors

<init>

Thrown when multiple attachments provide the same file when building the AttachmentsClassloader for a transaction.

OverlappingAttachmentsException(txId: SecureHash, path: String)

Properties

path

val path: String