Class RoleException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RegionRoleException

@Deprecated public abstract class RoleException extends CacheRuntimeException
Deprecated.
this feature is scheduled to be removed
RoleException is the superclass of those exceptions that can be thrown to indicate a reliability failure on one or more regions that have been configured with required roles using MembershipAttributes.
See Also:
  • Constructor Details

    • RoleException

      public RoleException()
      Deprecated.
      Creates a new instance of RoleException without detail message.
    • RoleException

      public RoleException(String msg)
      Deprecated.
      Constructs an instance of RoleException with the specified detail message.
      Parameters:
      msg - the detail message
    • RoleException

      public RoleException(String msg, Throwable cause)
      Deprecated.
      Constructs an instance of RoleException with the specified detail message and cause.
      Parameters:
      msg - the detail message
      cause - the causal Throwable
    • RoleException

      public RoleException(Throwable cause)
      Deprecated.
      Constructs an instance of RoleException with the specified cause.
      Parameters:
      cause - the causal Throwable