Class PqStorageCorruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.DeephavenException
io.deephaven.enterprise.controller.exception.PqStorageException
io.deephaven.enterprise.controller.exception.PqStorageCorruptedException
- All Implemented Interfaces:
Serializable
This exception is thrown when the upstream database has been corrupted somehow and must be manually repaired.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPqStorageCorruptedException
(String message) PqStorageCorruptedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class io.deephaven.DeephavenException
asUnchecked
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PqStorageCorruptedException
-
PqStorageCorruptedException
-