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:
java.io.Serializable
@Deprecated public class RegionNotFoundException extends RegionDestroyedException
Deprecated.as of 10.1 useRegionDestroyedException
insteadAs the remaining remnant of a deprecated API, the only place this is thrown is fromDataSerializer.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegionNotFoundException(java.lang.String message)
Deprecated.RegionNotFoundException(java.lang.String message, java.lang.String regionName)
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.RegionDestroyedException
getRegionFullPath
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-