Class CacheClosedException

  • All Implemented Interfaces:
    Serializable

    public class CacheClosedException
    extends CancelException
    Indicates that the caching system has been closed. Can be thrown from almost any method related to regions or the Cache after the cache has been closed.
    Since:
    GemFire 3.0
    See Also:
    Cache, Serialized Form
    • Constructor Detail

      • CacheClosedException

        public CacheClosedException()
        Constructs a new CacheClosedException.
      • CacheClosedException

        public CacheClosedException​(String msg)
        Constructs a new CacheClosedException with a message string.
        Parameters:
        msg - a message string
      • CacheClosedException

        public CacheClosedException​(String msg,
                                    Throwable cause)
        Constructs a new CacheClosedException with a message string and a cause.
        Parameters:
        msg - the message string
        cause - a causal Throwable
      • CacheClosedException

        public CacheClosedException​(Throwable cause)
        Constructs a new CacheClosedException with a cause.
        Parameters:
        cause - a causal Throwable