Gemfire JavaDocs
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:
java.io.Serializable
- Direct Known Subclasses:
RegionAccessException
,RegionDistributionException
@Deprecated public abstract class RegionRoleException extends RoleException
Deprecated.this feature is scheduled to be removedIndicates that aRegion
reliability failure has occurred. Reliability for aRegion
is defined by itsMembershipAttributes
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegionRoleException(java.lang.String s, java.lang.String regionFullPath)
Deprecated.Constructs aRegionRoleException
with a message.RegionRoleException(java.lang.String s, java.lang.String regionFullPath, java.lang.Throwable ex)
Deprecated.Constructs aRegionRoleException
with a message and a cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getRegionFullPath()
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
-
-
-
-
Constructor Detail
-
RegionRoleException
public RegionRoleException(java.lang.String s, java.lang.String regionFullPath)
Deprecated.Constructs aRegionRoleException
with a message.- Parameters:
s
- the String messageregionFullPath
- full path of region for which access was attempted
-
RegionRoleException
public RegionRoleException(java.lang.String s, java.lang.String regionFullPath, java.lang.Throwable ex)
Deprecated.Constructs aRegionRoleException
with a message and a cause.- Parameters:
s
- the String messageregionFullPath
- full path of region for which access was attemptedex
- the Throwable cause
-
-