类 NacosRuntimeException

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      int getErrCode()  
      void setErrCode​(int errCode)  
      • 从类继承的方法 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • 从类继承的方法 java.lang.Object

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

      • serialVersionUID

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

        public static final java.lang.String ERROR_MESSAGE_FORMAT
        另请参阅:
        常量字段值
      • errCode

        private int errCode
    • 构造器详细资料

      • NacosRuntimeException

        public NacosRuntimeException​(int errCode)
      • NacosRuntimeException

        public NacosRuntimeException​(int errCode,
                                     java.lang.String errMsg)
      • NacosRuntimeException

        public NacosRuntimeException​(int errCode,
                                     java.lang.Throwable throwable)
      • NacosRuntimeException

        public NacosRuntimeException​(int errCode,
                                     java.lang.String errMsg,
                                     java.lang.Throwable throwable)
    • 方法详细资料

      • getErrCode

        public int getErrCode()
      • setErrCode

        public void setErrCode​(int errCode)