Class PqStorageUnavailableException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PqStorageInconsistentException

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

    • PqStorageUnavailableException

      public PqStorageUnavailableException(@NotNull String message)
    • PqStorageUnavailableException

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