java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.alibaba.nacos.core.distributed.raft.exception.JRaftException
所有已实现的接口:
Serializable

public class JRaftException extends RuntimeException
Abnormal JRaft.
作者:
liaochuntao
另请参阅:
序列化表格
  • 构造器详细资料

    • JRaftException

      public JRaftException()
    • JRaftException

      public JRaftException(String message)
    • JRaftException

      public JRaftException(String message, Throwable cause)
    • JRaftException

      public JRaftException(Throwable cause)
    • JRaftException

      public JRaftException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)