Class StoreUnavailableException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StoreUnavailableException

        public StoreUnavailableException()
      • StoreUnavailableException

        public StoreUnavailableException​(java.lang.String message)
      • StoreUnavailableException

        public StoreUnavailableException​(java.lang.String message,
                                         java.lang.Throwable cause)
      • StoreUnavailableException

        public StoreUnavailableException​(java.lang.Throwable cause)