Class ConfigurationException

All Implemented Interfaces:
Serializable

public class ConfigurationException extends ServerException
Feature or configuration not supported (e.g. live queries, GraphQL).

Details use the {kind, details?} format with variants defined in ConfigurationDetailKind.

See Also:
  • Method Details

    • isLiveQueryNotSupported

      public boolean isLiveQueryNotSupported()
      Returns true when the error indicates that live queries are not supported.
      Returns:
      whether the detail kind is LiveQueryNotSupported