Package com.surrealdb
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.surrealdb.SurrealException
com.surrealdb.ServerException
com.surrealdb.ConfigurationException
- All Implemented Interfaces:
Serializable
Feature or configuration not supported (e.g. live queries, GraphQL).
Details use the {kind, details?} format with variants defined
in ConfigurationDetailKind.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstruewhen the error indicates that live queries are not supported.Methods inherited from class com.surrealdb.ServerException
findCause, findCause, getDetails, getKind, getKindEnum, getServerCause, hasKind, hasKindMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
isLiveQueryNotSupported
public boolean isLiveQueryNotSupported()Returnstruewhen the error indicates that live queries are not supported.- Returns:
- whether the detail kind is
LiveQueryNotSupported
-