Package com.alibaba.dubbo.remoting
Class RemotingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.dubbo.remoting.RemotingException
com.alibaba.dubbo.remoting.RemotingException
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message) Deprecated.RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message, Throwable cause) Deprecated.RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, Throwable cause) Deprecated.RemotingException(org.apache.dubbo.remoting.Channel channel, String msg) Deprecated.RemotingException(org.apache.dubbo.remoting.Channel channel, String message, Throwable cause) Deprecated.RemotingException(org.apache.dubbo.remoting.Channel channel, Throwable cause) Deprecated. -
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
-
Constructor Details
-
RemotingException
Deprecated. -
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message) Deprecated. -
RemotingException
Deprecated. -
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, Throwable cause) Deprecated. -
RemotingException
public RemotingException(org.apache.dubbo.remoting.Channel channel, String message, Throwable cause) Deprecated. -
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message, Throwable cause) Deprecated. -
RemotingException
Deprecated.
-