类 RemotingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.alibaba.dubbo.remoting.RemotingException
-
- 所有已实现的接口:
Serializable
- 直接已知子类:
ExecutionException
,TimeoutException
public class RemotingException extends Exception
RemotingException. (API, Prototype, ThreadSafe)
-
-
构造器概要
构造器 构造器 说明 RemotingException(Channel channel, String msg)
RemotingException(Channel channel, String message, Throwable cause)
RemotingException(Channel channel, Throwable cause)
RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message, Throwable cause)
RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, Throwable cause)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 InetSocketAddress
getLocalAddress()
InetSocketAddress
getRemoteAddress()
-
-
-
构造器详细资料
-
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
-
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, Throwable cause)
-
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message, Throwable cause)
-
-
方法详细资料
-
getLocalAddress
public InetSocketAddress getLocalAddress()
-
getRemoteAddress
public InetSocketAddress getRemoteAddress()
-
-