Class StoreUnavailableException

All Implemented Interfaces:
Serializable

public class StoreUnavailableException extends PersistenceException
An exception thrown by the PersistenceManager if one or more stores are unavailable when a cache operation is attempted.
Since:
9.3
Author:
Ryan Emerson
See Also:
  • Constructor Details

    • StoreUnavailableException

      public StoreUnavailableException()
    • StoreUnavailableException

      public StoreUnavailableException(String message)
    • StoreUnavailableException

      public StoreUnavailableException(String message, Throwable cause)
    • StoreUnavailableException

      public StoreUnavailableException(Throwable cause)