ValueNotFoundException

Exception, being thrown if a value for a specific key cannot be found in the LayeredPropertyMap.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun addSuppressed(suppressed: Array<Throwable>)
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun setCause(cause: Throwable?)

Allows to set a Throwable as cause after constructing the exception object.

Link copied to clipboard
open override fun setMessage(message: String?)

Allows to set the message after constructing the exception object.

Link copied to clipboard

Properties

Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard
open override val message: String?
Link copied to clipboard

The name of an exception that isn't serializable and therefore has been caught and converted to an exception in the Corda hierarchy.

Link copied to clipboard
open override val originalMessage: String?

Message of the original exception