Class RegionRoleException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RegionAccessException, RegionDistributionException

@Deprecated public abstract class RegionRoleException extends RoleException
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 Details

    • RegionRoleException

      public RegionRoleException(String s, String regionFullPath)
      Deprecated.
      Constructs a RegionRoleException with a message.
      Parameters:
      s - the String message
      regionFullPath - full path of region for which access was attempted
    • RegionRoleException

      public RegionRoleException(String s, String regionFullPath, Throwable ex)
      Deprecated.
      Constructs a RegionRoleException with a message and a cause.
      Parameters:
      s - the String message
      regionFullPath - full path of region for which access was attempted
      ex - the Throwable cause
  • Method Details

    • 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