Class GemFireCacheException

All Implemented Interfaces:
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:
  • Constructor Details

    • GemFireCacheException

      public GemFireCacheException(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
  • Method Details