public class GemFireCacheException extends GemFireException
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.Constructor and Description |
---|
GemFireCacheException(CacheException ex)
Creates a new
GemFireCacheException . |
GemFireCacheException(java.lang.String message,
CacheException ex)
Creates a new
GemFireCacheException . |
Modifier and Type | Method and Description |
---|---|
CacheException |
getCacheException()
Gets the wrapped
CacheException |
getRootCause
public GemFireCacheException(java.lang.String message, CacheException ex)
GemFireCacheException
.public GemFireCacheException(CacheException ex)
GemFireCacheException
.public CacheException getCacheException()
CacheException