OctaviusException
sealed class OctaviusException(message: String, cause: Throwable? = null, queryContext: QueryContext? = null) : RuntimeException
Base exception for all errors in Octavius Database.
This class provides a standardized way to include QueryContext and formatted error messages that include technical details and the causal chain.
Inheritors
Constructors
Link copied to clipboard
protected constructor(message: String, cause: Throwable? = null, queryContext: QueryContext? = null)