Class GemFireCacheException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GemFireCacheException
    extends GemFireException
    An GemFireCacheException is used to wrap a CacheException. This is needed in contexts that can not throw the cache exception directly because of it being a typed exception.
    See Also:
    Serialized Form
    • Constructor Detail

      • GemFireCacheException

        public GemFireCacheException​(java.lang.String message,
                                     CacheException ex)
        Creates a new GemFireCacheException.
        Parameters:
        message - the detail message
        ex - the cause
      • GemFireCacheException

        public GemFireCacheException​(CacheException ex)
        Creates a new GemFireCacheException.
        Parameters:
        ex - the cause