corda / net.corda.core.serialization / MissingAttachmentsException

MissingAttachmentsException

class MissingAttachmentsException : CordaException

Thrown during deserialization to indicate that an attachment needed to construct the WireTransaction is not found.

Constructors

<init>

MissingAttachmentsException(ids: List<SecureHash>)

Thrown during deserialization to indicate that an attachment needed to construct the WireTransaction is not found.

MissingAttachmentsException(ids: List<SecureHash>, message: String?)

Properties

ids

val ids: List<SecureHash>