Class JRaftException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JGroupsRaftSerializationException

public class JRaftException extends RuntimeException
Base unchecked exception for JGroups Raft.
Since:
2.0
Author:
José Bolina
See Also:
  • Constructor Details

    • JRaftException

      public JRaftException()
    • JRaftException

      public JRaftException(Throwable cause)
    • JRaftException

      public JRaftException(String msg)
    • JRaftException

      public JRaftException(String msg, Throwable cause)
    • JRaftException

      public JRaftException(String msg, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details