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>)MissingAttachmentsException(ids: List<SecureHash>, message: String?)

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

Properties

ids

val ids: List<SecureHash>

Inherited Properties

cause

open val cause: Throwable?

message

open val message: String?

originalExceptionClassName

open var originalExceptionClassName: String?

originalMessage

open val originalMessage: String?

Inherited Functions

addSuppressed

open fun addSuppressed(suppressed: Array<Throwable>): Unit

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

setCause

open fun setCause(cause: Throwable?): Unit

setMessage

open fun setMessage(message: String?): Unit

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.