Package org.apache.geode.cache
Class RoleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.CacheRuntimeException
org.apache.geode.cache.RoleException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RegionRoleException
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 Summary
ConstructorsConstructorDescriptionDeprecated.Creates a new instance ofRoleExceptionwithout detail message.RoleException(String msg) Deprecated.Constructs an instance ofRoleExceptionwith the specified detail message.RoleException(String msg, Throwable cause) Deprecated.Constructs an instance ofRoleExceptionwith the specified detail message and cause.RoleException(Throwable cause) Deprecated.Constructs an instance ofRoleExceptionwith the specified cause. -
Method Summary
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toStringMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RoleException
public RoleException()Deprecated.Creates a new instance ofRoleExceptionwithout detail message. -
RoleException
Deprecated.Constructs an instance ofRoleExceptionwith the specified detail message.- Parameters:
msg- the detail message
-
RoleException
Deprecated.Constructs an instance ofRoleExceptionwith the specified detail message and cause.- Parameters:
msg- the detail messagecause- the causal Throwable
-
RoleException
Deprecated.Constructs an instance ofRoleExceptionwith the specified cause.- Parameters:
cause- the causal Throwable
-