Package org.apache.geode.cache
Class RegionDestroyedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.CacheRuntimeException
org.apache.geode.cache.RegionDestroyedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RegionReinitializedException
Indicates that the region has been destroyed. Further operations on the region object are not
allowed.
- Since:
- GemFire 2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegionDestroyedException(String msg, String regionFullPath) Constructs aRegionDestroyedExceptionwith a message.RegionDestroyedException(String s, String regionFullPath, Throwable ex) Constructs aRegionDestroyedExceptionwith a message and a cause. -
Method Summary
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toStringMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RegionDestroyedException
Constructs aRegionDestroyedExceptionwith a message.- Parameters:
msg- the String messageregionFullPath- the path of the region that encountered the exception
-
RegionDestroyedException
Constructs aRegionDestroyedExceptionwith a message and a cause.- Parameters:
s- the String messageregionFullPath- the path of the region that encountered the exceptionex- the Throwable cause
-
-
Method Details
-
getRegionFullPath
-