Class PqStorageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.DeephavenException
io.deephaven.enterprise.controller.exception.PqStorageException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PqStorageCorruptedException, PqStorageMigrationException, PqStorageUnavailableException

public class PqStorageException extends DeephavenException
The base class for Exceptions originating in the Controller backend storage.
See Also:
  • Constructor Details

    • PqStorageException

      public PqStorageException(@NotNull String message)
    • PqStorageException

      public PqStorageException(@NotNull String message, @Nullable Throwable cause)