public abstract class RoleException extends CacheRuntimeException
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
.Constructor and Description |
---|
RoleException()
Deprecated.
Creates a new instance of
RoleException without
detail message. |
RoleException(java.lang.String msg)
Deprecated.
Constructs an instance of
RoleException with the
specified detail message. |
RoleException(java.lang.String msg,
java.lang.Throwable cause)
Deprecated.
Constructs an instance of
RoleException with the
specified detail message and cause. |
RoleException(java.lang.Throwable cause)
Deprecated.
Constructs an instance of
RoleException with the
specified cause. |
toString
getRootCause
public RoleException()
RoleException
without
detail message.public RoleException(java.lang.String msg)
RoleException
with the
specified detail message.msg
- the detail messagepublic RoleException(java.lang.String msg, java.lang.Throwable cause)
RoleException
with the
specified detail message and cause.msg
- the detail messagecause
- the causal Throwablepublic RoleException(java.lang.Throwable cause)
RoleException
with the
specified cause.cause
- the causal Throwable