corda / net.corda.core.contracts / AttachmentResolutionException

AttachmentResolutionException

class AttachmentResolutionException : FlowException

Constructors

<init> AttachmentResolutionException(hash: SecureHash)

Properties

hash val hash: SecureHash

Inherited Properties

cause open val cause: Throwable?
message open val message: String?

Functions

toString fun toString(): String

Extension Properties

rootCause val Throwable.rootCause: Throwable