com.alibaba.dubbo.remoting
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.alibaba.dubbo.remoting.RemotingException
              extended by 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

Field Summary
static int CLIENT_SIDE
           
static int SERVER_SIDE
           
 
Constructor Summary
TimeoutException(boolean serverSide, Channel channel, String message)
           
TimeoutException(boolean serverSide, InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
           
 
Method Summary
 int getPhase()
           
 boolean isClientSide()
           
 boolean isServerSide()
           
 
Methods inherited from class com.alibaba.dubbo.remoting.RemotingException
getLocalAddress, getRemoteAddress
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

TimeoutException

public TimeoutException(boolean serverSide,
                        Channel channel,
                        String message)

TimeoutException

public TimeoutException(boolean serverSide,
                        InetSocketAddress localAddress,
                        InetSocketAddress remoteAddress,
                        String message)
Method Detail

getPhase

public int getPhase()

isServerSide

public boolean isServerSide()

isClientSide

public boolean isClientSide()


Copyright © 2012–2017 Alibaba. All rights reserved.