Class JRaftException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jgroups.raft.exceptions.JRaftException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JGroupsRaftSerializationException
Base unchecked exception for JGroups Raft.
- Since:
- 2.0
- Author:
- José Bolina
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJRaftException(String msg) JRaftException(String msg, Throwable cause) JRaftException(String msg, Throwable cause, boolean enableSuppression, boolean writableStackTrace) JRaftException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JRaftException
public JRaftException() -
JRaftException
-
JRaftException
-
JRaftException
-
JRaftException
-
-
Method Details
-
stackless
-