类 RaftDbErrorEvent

  • 所有已实现的接口:
    java.io.Serializable

    public class RaftDbErrorEvent
    extends com.alibaba.nacos.common.notify.SlowEvent
    RaftDBErrorEvent.
    作者:
    liaochuntao
    另请参阅:
    序列化表格
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private java.lang.Throwable ex  
      private static long serialVersionUID  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.Throwable getEx()  
      • 从类继承的方法 com.alibaba.nacos.common.notify.SlowEvent

        sequence
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • serialVersionUID

        private static final long serialVersionUID
        另请参阅:
        常量字段值
      • ex

        private java.lang.Throwable ex
    • 构造器详细资料

      • RaftDbErrorEvent

        public RaftDbErrorEvent()
      • RaftDbErrorEvent

        public RaftDbErrorEvent​(java.lang.Throwable ex)
    • 方法详细资料

      • getEx

        public java.lang.Throwable getEx()