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()
Creates a new instance of
RoleException without
detail message. |
RoleException(String msg)
Constructs an instance of
RoleException with the
specified detail message. |
RoleException(String msg,
Throwable cause)
Constructs an instance of
RoleException with the
specified detail message and cause. |
RoleException(Throwable cause)
Constructs an instance of
RoleException with the
specified cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RoleException()
RoleException
without
detail message.public RoleException(String msg)
RoleException
with the
specified detail message.msg
- the detail messagepublic RoleException(String msg, Throwable cause)
RoleException
with the
specified detail message and cause.msg
- the detail messagecause
- the causal Throwablepublic RoleException(Throwable cause)
RoleException
with the
specified cause.cause
- the causal ThrowableCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.