corda / net.corda.core.node.services / StatesNotAvailableException

StatesNotAvailableException

class StatesNotAvailableException : FlowException

Constructors

<init>

StatesNotAvailableException(message: String?, cause: Throwable? = null)

Properties

cause

val cause: Throwable?

message

val message: String?

Functions

toString

fun toString(): String