Class SnapshotUnsuccessfulException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HierarchicalTableSnapshotException

public class SnapshotUnsuccessfulException extends UncheckedDeephavenException
This exception is thrown when ConstructSnapshot fails to successfully execute the data snapshot function in an otherwise consistent state.
See Also:
  • Constructor Details

    • SnapshotUnsuccessfulException

      public SnapshotUnsuccessfulException(@NotNull @NotNull String message)
    • SnapshotUnsuccessfulException

      public SnapshotUnsuccessfulException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)