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.
this feature is scheduled to be removed
Indicates that a
Region reliability failure has occurred. Reliability for a
Region is defined by its MembershipAttributes.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegionRoleException(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
Modifier and TypeMethodDescriptionDeprecated.Returns the full path of the region for which access was attempted.Methods 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
-
RegionRoleException
Deprecated.Constructs aRegionRoleExceptionwith a message.- Parameters:
s- the String messageregionFullPath- full path of region for which access was attempted
-
RegionRoleException
Deprecated.Constructs aRegionRoleExceptionwith a message and a cause.- Parameters:
s- the String messageregionFullPath- full path of region for which access was attemptedex- the Throwable cause
-
-
Method Details
-
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
-