Package-level declarations
Types
Link copied to clipboard
open class CordaRuntimeException(var originalExceptionClassName: String?, _message: String?, _cause: Throwable?) : RuntimeException, CordaThrowable
Base class for all exceptions used for runtime error conditions in Corda.
Link copied to clipboard
interface CordaThrowable
Base interface for exceptions that are serializable in Corda. Do not use directly, use CordaRuntimeException instead.
Link copied to clipboard
Exception, being thrown if a value for a specific key cannot be found in the LayeredPropertyMap.