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(String message,
CacheException ex)
Creates a new
GemFireCacheException. |
| Modifier and Type | Method and Description |
|---|---|
CacheException |
getCacheException()
Gets the wrapped
CacheException |
getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GemFireCacheException(String message, CacheException ex)
GemFireCacheException.public GemFireCacheException(CacheException ex)
GemFireCacheException.public CacheException getCacheException()
CacheExceptionCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.