Class PqStorageInconsistentException

All Implemented Interfaces:
Serializable

public class PqStorageInconsistentException extends PqStorageUnavailableException
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 Details

    • PqStorageInconsistentException

      public PqStorageInconsistentException(@NotNull String message)
    • PqStorageInconsistentException

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