Class PqStorageCorruptedException

All Implemented Interfaces:
Serializable

public class PqStorageCorruptedException extends PqStorageException
This exception is thrown when the upstream database has been corrupted somehow and must be manually repaired.
See Also:
  • Constructor Details

    • PqStorageCorruptedException

      public PqStorageCorruptedException(@NotNull String message)
    • PqStorageCorruptedException

      public PqStorageCorruptedException(@NotNull String message, @NotNull Throwable cause)