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.admin.RegionNotFoundException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class RegionNotFoundException extends CacheRuntimeException
Deprecated.as of 7.0 use themanagementpackage insteadThrown by the administration API when the region administered by aSystemMemberRegionhas been closed or destroyed in system member.Also thrown by
DataSerializer.readRegion(java.io.DataInput)if the named region no longer exists.- Since:
- GemFire 3.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegionNotFoundException(String message)Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
RegionNotFoundException
public RegionNotFoundException(String message)
Deprecated.
-
-