Class QueryConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
com.illumon.iris.controller.exception.QueryConfigurationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PersistentQueryConfiguration.ValidationException
public class QueryConfigurationException extends UncheckedDeephavenException
This exception represents a problem with the configuration of a Persistent Query
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description QueryConfigurationException(String reason)
QueryConfigurationException(String reason, Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString