Class SnapshotException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.DeephavenException
io.deephaven.enterprise.dnd.client.exception.SnapshotException
All Implemented Interfaces:
Serializable

public class SnapshotException extends DeephavenException
An Exception thrown when there is a problem completing a Snapshot
See Also:
  • Constructor Details

    • SnapshotException

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