public class com.alibaba.dubbo.remoting.RemotingException extends org.apache.dubbo.remoting.RemotingException
{
public void <init>(org.apache.dubbo.remoting.Channel, java.lang.String)
{
java.lang.String v;
com.alibaba.dubbo.remoting.RemotingException v;
org.apache.dubbo.remoting.Channel v;
v := @this: com.alibaba.dubbo.remoting.RemotingException;
v := @parameter: org.apache.dubbo.remoting.Channel;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.dubbo.remoting.RemotingException: void <init>(org.apache.dubbo.remoting.Channel,java.lang.String)>(v, v);
return;
}
public void <init>(java.net.InetSocketAddress, java.net.InetSocketAddress, java.lang.String)
{
com.alibaba.dubbo.remoting.RemotingException v;
java.lang.String v;
java.net.InetSocketAddress v, v;
v := @this: com.alibaba.dubbo.remoting.RemotingException;
v := @parameter: java.net.InetSocketAddress;
v := @parameter: java.net.InetSocketAddress;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.dubbo.remoting.RemotingException: void <init>(java.net.InetSocketAddress,java.net.InetSocketAddress,java.lang.String)>(v, v, v);
return;
}
public void <init>(org.apache.dubbo.remoting.Channel, java.lang.Throwable)
{
java.lang.Throwable v;
com.alibaba.dubbo.remoting.RemotingException v;
org.apache.dubbo.remoting.Channel v;
v := @this: com.alibaba.dubbo.remoting.RemotingException;
v := @parameter: org.apache.dubbo.remoting.Channel;
v := @parameter: java.lang.Throwable;
specialinvoke v.<org.apache.dubbo.remoting.RemotingException: void <init>(org.apache.dubbo.remoting.Channel,java.lang.Throwable)>(v, v);
return;
}
public void <init>(java.net.InetSocketAddress, java.net.InetSocketAddress, java.lang.Throwable)
{
java.lang.Throwable v;
com.alibaba.dubbo.remoting.RemotingException v;
java.net.InetSocketAddress v, v;
v := @this: com.alibaba.dubbo.remoting.RemotingException;
v := @parameter: java.net.InetSocketAddress;
v := @parameter: java.net.InetSocketAddress;
v := @parameter: java.lang.Throwable;
specialinvoke v.<org.apache.dubbo.remoting.RemotingException: void <init>(java.net.InetSocketAddress,java.net.InetSocketAddress,java.lang.Throwable)>(v, v, v);
return;
}
public void <init>(org.apache.dubbo.remoting.Channel, java.lang.String, java.lang.Throwable)
{
java.lang.Throwable v;
com.alibaba.dubbo.remoting.RemotingException v;
java.lang.String v;
org.apache.dubbo.remoting.Channel v;
v := @this: com.alibaba.dubbo.remoting.RemotingException;
v := @parameter: org.apache.dubbo.remoting.Channel;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Throwable;
specialinvoke v.<org.apache.dubbo.remoting.RemotingException: void <init>(org.apache.dubbo.remoting.Channel,java.lang.String,java.lang.Throwable)>(v, v, v);
return;
}
public void <init>(java.net.InetSocketAddress, java.net.InetSocketAddress, java.lang.String, java.lang.Throwable)
{
java.lang.Throwable v;
com.alibaba.dubbo.remoting.RemotingException v;
java.lang.String v;
java.net.InetSocketAddress v, v;
v := @this: com.alibaba.dubbo.remoting.RemotingException;
v := @parameter: java.net.InetSocketAddress;
v := @parameter: java.net.InetSocketAddress;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Throwable;
specialinvoke v.<org.apache.dubbo.remoting.RemotingException: void <init>(java.net.InetSocketAddress,java.net.InetSocketAddress,java.lang.String,java.lang.Throwable)>(v, v, v, v);
return;
}
public void <init>(java.lang.Exception)
{
java.lang.String v;
com.alibaba.dubbo.remoting.RemotingException v;
java.lang.Exception v;
v := @this: com.alibaba.dubbo.remoting.RemotingException;
v := @parameter: java.lang.Exception;
v = virtualinvoke v.<java.lang.Exception: java.lang.String getMessage()>();
specialinvoke v.<org.apache.dubbo.remoting.RemotingException: void <init>(org.apache.dubbo.remoting.Channel,java.lang.String)>(null, v);
return;
}
}