Class RemoteQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
com.illumon.iris.db.tables.remotequery.RemoteQueryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QueryProcessorConnectionImpl.QueryTimeoutException
public class RemoteQueryException extends UncheckedDeephavenException
An exception caused by a Remote Query. This could be a
ContextAwareRemoteQuery
or the result of another
request to a query.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RemoteQueryException(String message)
RemoteQueryException(String message, Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString