corda / net.corda.core.serialization / MissingAttachmentsRuntimeException

MissingAttachmentsRuntimeException

class MissingAttachmentsRuntimeException : CordaRuntimeException

Constructors

<init>

MissingAttachmentsRuntimeException(ids: List<AttachmentId>, message: String?)
MissingAttachmentsRuntimeException(ids: List<AttachmentId>)
MissingAttachmentsRuntimeException(ids: List<AttachmentId>, message: String?, cause: Throwable?)

Properties

ids

val ids: List<AttachmentId>