uniflow-core / io.uniflow.core.flow.error / DatabaseException

DatabaseException

class DatabaseException : UIError

Constructors

<init>

DatabaseException(message: String? = null, error: Throwable? = null)

Inherited Properties

cause

val cause: UIError?

message

val message: String?

origin

var origin: Throwable?

Inherited Functions

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String