Class ConstructSnapshot.SnapshotInconsistentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.engine.table.impl.remote.ConstructSnapshot.SnapshotInconsistentException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConstructSnapshot
public static class ConstructSnapshot.SnapshotInconsistentException
extends UncheckedDeephavenException
Exception thrown for "fail-fast" purposes when it's been detected that a snapshot will fail.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SnapshotInconsistentException
public SnapshotInconsistentException()
-