Class PqStorageUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.DeephavenException
io.deephaven.enterprise.controller.exception.PqStorageException
io.deephaven.enterprise.controller.exception.PqStorageUnavailableException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PqStorageInconsistentException
This exception is thrown when a modification is attempted to PQ storage but fails because the Controller is
trying to re-synchronzie its state.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPqStorageUnavailableException
(String message) PqStorageUnavailableException
(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
-
PqStorageUnavailableException
-
PqStorageUnavailableException
-