corda / net.corda.core.node.services / CordaServiceCriticalFailureException

CordaServiceCriticalFailureException

class CordaServiceCriticalFailureException : Exception

Please see ServiceLifecycleEvent.STATE_MACHINE_STARTED for the purpose of this exception.

Constructors

<init>

CordaServiceCriticalFailureException(message: String)CordaServiceCriticalFailureException(message: String, cause: Throwable?)

Please see ServiceLifecycleEvent.STATE_MACHINE_STARTED for the purpose of this exception.

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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