CordaPersistenceException

class CordaPersistenceException : CordaRuntimeException

Exception that encapsulates errors during persistence.

Constructors

Link copied to clipboard
constructor(@NotNull message: String, @Nullable cause: Throwable)
constructor(@NotNull message: String)
Creates a CordaPersistenceException without a cause.

Properties

Link copied to clipboard
open var cause: Throwable
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun addSuppressed(suppressed: Array<Throwable>)
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun setMessage(message: String)
Link copied to clipboard
open fun toString(): String