类 RemoteException

  • 所有已实现的接口:
    java.io.Serializable
    直接已知子类:
    ConnectionAlreadyClosedException, ConnectionBusyException

    public class RemoteException
    extends com.alibaba.nacos.api.exception.runtime.NacosRuntimeException
    super exception in remote module.
    版本:
    $Id: RemoteException.java, v 0.1 2020年07月22日 7:24 PM liuzunfei Exp $
    作者:
    liuzunfei
    另请参阅:
    序列化表格
    • 字段概要

      • 从类继承的字段 com.alibaba.nacos.api.exception.runtime.NacosRuntimeException

        ERROR_MESSAGE_FORMAT
    • 方法概要

      • 从类继承的方法 com.alibaba.nacos.api.exception.runtime.NacosRuntimeException

        getErrCode, setErrCode
      • 从类继承的方法 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
    • 构造器详细资料

      • RemoteException

        public RemoteException​(int errorCode)
      • RemoteException

        public RemoteException​(int errorCode,
                               java.lang.String msg)
      • RemoteException

        public RemoteException​(int errorCode,
                               java.lang.Throwable throwable)