Package org.apache.dubbo.remoting
Class RemotingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.dubbo.remoting.RemotingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExecutionException,TimeoutException
RemotingException. (API, Prototype, ThreadSafe)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message) RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message, Throwable cause) RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, Throwable cause) RemotingException(Channel channel, String msg) RemotingException(Channel channel, String message, Throwable cause) RemotingException(Channel channel, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemotingException
-
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message) -
RemotingException
-
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, Throwable cause) -
RemotingException
-
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message, Throwable cause)
-
-
Method Details
-
getLocalAddress
-
getRemoteAddress
-