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 public class RemotingException extends org.apache.dubbo.remoting.RemotingException
Deprecated.
See Also:
  • Constructor Details

    • RemotingException

      public RemotingException(org.apache.dubbo.remoting.Channel channel, String msg)
      Deprecated.
    • RemotingException

      public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
      Deprecated.
    • RemotingException

      public RemotingException(org.apache.dubbo.remoting.Channel channel, Throwable cause)
      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

      public RemotingException(Exception e)
      Deprecated.