|
GemFire 5.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.RoleException
public abstract class RoleException
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 Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class com.gemstone.gemfire.cache.CacheRuntimeException |
|---|
toString |
| Methods inherited from class com.gemstone.gemfire.GemFireException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RoleException()
RoleException without
detail message.
public RoleException(String msg)
RoleException with the
specified detail message.
msg - the detail message
public 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 Throwable
|
GemFire 5.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||