corda / net.corda.core.contracts / BrokenAttachmentException

BrokenAttachmentException

class BrokenAttachmentException : FlowException

A non-specific exception for the attachment identified by attachmentId. The context for this error is provided via the message and cause.

Constructors

<init>

A non-specific exception for the attachment identified by attachmentId. The context for this error is provided via the message and cause.

BrokenAttachmentException(attachmentId: AttachmentId, message: String?, cause: Throwable?)

Properties

attachmentId

val attachmentId: AttachmentId