@Deprecated public abstract class RegionRoleException extends RoleException
Region
reliability failure has occurred. Reliability for a
Region
is defined by its MembershipAttributes
.Constructor and Description |
---|
RegionRoleException(String s,
String regionFullPath)
Deprecated.
Constructs a
RegionRoleException with a message. |
RegionRoleException(String s,
String regionFullPath,
Throwable ex)
Deprecated.
Constructs a
RegionRoleException with a message and a cause. |
Modifier and Type | Method and Description |
---|---|
String |
getRegionFullPath()
Deprecated.
Returns the full path of the region for which access was attempted.
|
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RegionRoleException(String s, String regionFullPath)
RegionRoleException
with a message.s
- the String messageregionFullPath
- full path of region for which access was attemptedpublic String getRegionFullPath()