VMware GemFire Java API Reference
Package org.apache.geode.admin
Class RegionNotFoundException
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
org.apache.geode.admin.RegionNotFoundException
- All Implemented Interfaces:
Serializable
Deprecated.
As the remaining remnant of a deprecated API, the only place this is thrown is from
DataSerializer.readRegion(java.io.DataInput) if the named
region no longer exists.
Since 10.1, this exception extends RegionDestroyedException which must be used as an
alternative instead of this class. This class will be removed in the next major release.
- Since:
- GemFire 3.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegionNotFoundException(String message) Deprecated.RegionNotFoundException(String message, String regionName) Deprecated. -
Method Summary
Methods inherited from class org.apache.geode.cache.RegionDestroyedException
getRegionFullPathMethods 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
-
RegionNotFoundException
Deprecated. -
RegionNotFoundException
Deprecated.
-
RegionDestroyedExceptioninstead