VMware GemFire Java API Reference
Package org.apache.geode.cache
Class RegionRoleException
- 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.RoleException
-
- org.apache.geode.cache.RegionRoleException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RegionAccessException,RegionDistributionException
@Deprecated public abstract class RegionRoleException extends RoleException
Deprecated.this feature is scheduled to be removedIndicates that aRegionreliability failure has occurred. Reliability for aRegionis defined by itsMembershipAttributes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegionRoleException(String s, String regionFullPath)Deprecated.Constructs aRegionRoleExceptionwith a message.RegionRoleException(String s, String regionFullPath, Throwable ex)Deprecated.Constructs aRegionRoleExceptionwith a message and a cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetRegionFullPath()Deprecated.Returns the full path of the region for which access was attempted.-
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
-
-
-
-
Method Detail
-
getRegionFullPath
public String getRegionFullPath()
Deprecated.Returns the full path of the region for which access was attempted.- Returns:
- the full path of the region for which access was attempted
-
-