DatabaseException
sealed class DatabaseException(message: String, cause: Throwable? = null, queryContext: QueryContext? = null, includeCauseInToString: Boolean = true) : RuntimeException
Base sealed exception for most Octavius Database errors. Only InitializationException and BuilderException are excluded as they are thrown and can't be inside DataResult
Inheritors
Constructors
Link copied to clipboard
protected constructor(message: String, cause: Throwable? = null, queryContext: QueryContext? = null, includeCauseInToString: Boolean = true)