Package io.deephaven.engine.exceptions
Class SnapshotUnsuccessfulException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.engine.exceptions.SnapshotUnsuccessfulException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HierarchicalTableSnapshotException
This exception is thrown when
ConstructSnapshot
fails to successfully
execute the data snapshot function in an otherwise consistent state.- See Also:
-
Constructor Summary
ConstructorDescriptionSnapshotUnsuccessfulException
(@NotNull String message) SnapshotUnsuccessfulException
(@NotNull String message, @NotNull Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SnapshotUnsuccessfulException
-
SnapshotUnsuccessfulException
-