com.gemstone.gemfire
Class GemFireCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GemFireCacheException
public GemFireCacheException(String message,
CacheException ex)
- Creates a new
GemFireCacheException
.
GemFireCacheException
public GemFireCacheException(CacheException ex)
- Creates a new
GemFireCacheException
.
getCacheException
public CacheException getCacheException()
- Gets the wrapped
CacheException
Copyright © 1997-2012 VMware, Inc. All rights reserved.