类 TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.alibaba.dubbo.remoting.RemotingException
-
- com.alibaba.dubbo.remoting.TimeoutException
-
- 所有已实现的接口:
Serializable
public class TimeoutException extends RemotingException
TimeoutException. (API, Prototype, ThreadSafe)
-
-
字段概要
字段 修饰符和类型 字段 说明 static int
CLIENT_SIDE
static int
SERVER_SIDE
-
构造器概要
构造器 构造器 说明 TimeoutException(boolean serverSide, Channel channel, String message)
TimeoutException(boolean serverSide, InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 int
getPhase()
boolean
isClientSide()
boolean
isServerSide()
-
从类继承的方法 com.alibaba.dubbo.remoting.RemotingException
getLocalAddress, getRemoteAddress
-
-
-
-
构造器详细资料
-
TimeoutException
public TimeoutException(boolean serverSide, InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
-
-