Class PqStorageInconsistentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.DeephavenException
io.deephaven.enterprise.controller.exception.PqStorageException
io.deephaven.enterprise.controller.exception.PqStorageUnavailableException
io.deephaven.enterprise.controller.exception.PqStorageInconsistentException
- All Implemented Interfaces:
Serializable
This exception is thrown when the
PqStorage
has detected that the
local expected state of the store is not consistent with the backing store.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPqStorageInconsistentException
(String message) PqStorageInconsistentException
(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
-
PqStorageInconsistentException
-
PqStorageInconsistentException
-