Class RegionAccessException

All Implemented Interfaces:
Serializable

@Deprecated public class RegionAccessException extends RegionRoleException
Deprecated.
the MembershipAttributes API is scheduled to be removed
Indicates that an attempt to access the region has failed. Failure is due to one or more missing required roles. Region operations may throw this exception when the MembershipAttributes have been configured with LossAction.NO_ACCESS or LossAction.LIMITED_ACCESS.
See Also:
  • Constructor Details

    • RegionAccessException

      public RegionAccessException(String s, String regionFullPath, Set missingRoles)
      Deprecated.
      Constructs a RegionAccessException with a message.
      Parameters:
      s - the String message
      regionFullPath - full path of region for which access was attempted
      missingRoles - the missing required roles that caused this exception
    • RegionAccessException

      public RegionAccessException(String s, String regionFullPath, Set missingRoles, Throwable ex)
      Deprecated.
      Constructs a RegionAccessException with a message and a cause.
      Parameters:
      s - the String message
      regionFullPath - full path of region for which access was attempted
      missingRoles - the missing required roles that caused this exception
      ex - the Throwable cause
  • Method Details

    • getMissingRoles

      public Set getMissingRoles()
      Deprecated.
      Returns the missing required roles that caused this exception.
      Returns:
      the missing required roles that caused this exception