Package org.apache.dubbo.remoting
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.dubbo.remoting.RemotingException
org.apache.dubbo.remoting.TimeoutException
- All Implemented Interfaces:
Serializable
TimeoutException. (API, Prototype, ThreadSafe)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTimeoutException(boolean serverSide, InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message) TimeoutException(boolean serverSide, Channel channel, String message) -
Method Summary
Methods inherited from class org.apache.dubbo.remoting.RemotingException
getLocalAddress, getRemoteAddressMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
CLIENT_SIDE
public static final int CLIENT_SIDE- See Also:
-
SERVER_SIDE
public static final int SERVER_SIDE- See Also:
-
-
Constructor Details
-
TimeoutException
-
TimeoutException
public TimeoutException(boolean serverSide, InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
-
-
Method Details
-
getPhase
public int getPhase() -
isServerSide
public boolean isServerSide() -
isClientSide
public boolean isClientSide()
-