com.alibaba.dubbo.remoting
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.alibaba.dubbo.remoting.RemotingException
com.alibaba.dubbo.remoting.TimeoutException
- All Implemented Interfaces:
- Serializable
public class TimeoutException
- extends RemotingException
TimeoutException. (API, Prototype, ThreadSafe)
- Author:
- qian.lei
- See Also:
ResponseFuture.get()
,
ResponseFuture.get(int)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CLIENT_SIDE
public static final int CLIENT_SIDE
- See Also:
- Constant Field Values
SERVER_SIDE
public static final int SERVER_SIDE
- See Also:
- Constant Field Values
TimeoutException
public TimeoutException(boolean serverSide,
Channel channel,
String message)
TimeoutException
public TimeoutException(boolean serverSide,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message)
getPhase
public int getPhase()
isServerSide
public boolean isServerSide()
isClientSide
public boolean isClientSide()
Copyright © 2012–2017 Alibaba. All rights reserved.