com.gemstone.gemfire.cache
Class RegionRoleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.RoleException
com.gemstone.gemfire.cache.RegionRoleException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RegionAccessException, RegionDistributionException
public abstract class RegionRoleException
- extends RoleException
Indicates that a Region
reliability failure has occurred.
Reliability for a Region
is defined by its
MembershipAttributes
.
- Since:
- 5.0
- See Also:
- Serialized Form
RegionRoleException
public RegionRoleException(String s,
String regionFullPath)
- Constructs a
RegionRoleException
with a message.
- Parameters:
s
- the String messageregionFullPath
- full path of region for which access was attempted
RegionRoleException
public RegionRoleException(String s,
String regionFullPath,
Throwable ex)
- Constructs a
RegionRoleException
with a message and
a cause.
- Parameters:
s
- the String messageregionFullPath
- full path of region for which access was attemptedex
- the Throwable cause
getRegionFullPath
public String getRegionFullPath()
- Returns the full path of the region for which access was attempted.
- Returns:
- the full path of the region for which access was attempted
Copyright © 1997-2012 VMware, Inc. All rights reserved.