Class WhereFilter.PreviousFilteringNotSupported
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
io.deephaven.engine.table.impl.remote.ConstructSnapshot.NoSnapshotAllowedException
io.deephaven.engine.table.impl.select.WhereFilter.PreviousFilteringNotSupported
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- WhereFilter
public static class WhereFilter.PreviousFilteringNotSupported
extends ConstructSnapshot.NoSnapshotAllowedException
This exception is thrown when a where() filter is incapable of handling previous values, and thus needs to be
executed while under the UGP lock.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreviousFilteringNotSupported
public PreviousFilteringNotSupported() -
PreviousFilteringNotSupported
-