Class PqStorageMigrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.DeephavenException
io.deephaven.enterprise.controller.exception.PqStorageException
io.deephaven.enterprise.controller.exception.PqStorageMigrationException
- All Implemented Interfaces:
Serializable
This exception is thrown when there is a problem migrating a legacy PQ store.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPqStorageMigrationException
(String message) PqStorageMigrationException
(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
-
PqStorageMigrationException
-
PqStorageMigrationException
-