public class org.apache.dubbo.remoting.RemotingException extends java.lang.Exception
{
private static final long serialVersionUID;
private java.net.InetSocketAddress localAddress;
private java.net.InetSocketAddress remoteAddress;
public void <init>(org.apache.dubbo.remoting.Channel, java.lang.String)
{
org.apache.dubbo.remoting.RemotingException v;
java.lang.String v;
java.net.InetSocketAddress v, v;
org.apache.dubbo.remoting.Channel v;
v := @this: org.apache.dubbo.remoting.RemotingException;
v := @parameter: org.apache.dubbo.remoting.Channel;
v := @parameter: java.lang.String;
if v != null goto label;
v = null;
goto label;
label:
v = interfaceinvoke v.<org.apache.dubbo.remoting.Channel: java.net.InetSocketAddress getLocalAddress()>();
label:
if v != null goto label;
v = null;
goto label;
label:
v = interfaceinvoke v.<org.apache.dubbo.remoting.Channel: java.net.InetSocketAddress getRemoteAddress()>();
label:
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>(java.net.InetSocketAddress, java.net.InetSocketAddress, java.lang.String)
{
org.apache.dubbo.remoting.RemotingException v;
java.lang.String v;
java.net.InetSocketAddress v, v;
v := @this: org.apache.dubbo.remoting.RemotingException;
v := @parameter: java.net.InetSocketAddress;
v := @parameter: java.net.InetSocketAddress;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Exception: void <init>(java.lang.String)>(v);
v.<org.apache.dubbo.remoting.RemotingException: java.net.InetSocketAddress localAddress> = v;
v.<org.apache.dubbo.remoting.RemotingException: java.net.InetSocketAddress remoteAddress> = v;
return;
}
public void <init>(org.apache.dubbo.remoting.Channel, java.lang.Throwable)
{
java.lang.Throwable v;
org.apache.dubbo.remoting.RemotingException v;
java.net.InetSocketAddress v, v;
org.apache.dubbo.remoting.Channel v;
v := @this: org.apache.dubbo.remoting.RemotingException;
v := @parameter: org.apache.dubbo.remoting.Channel;
v := @parameter: java.lang.Throwable;
if v != null goto label;
v = null;
goto label;
label:
v = interfaceinvoke v.<org.apache.dubbo.remoting.Channel: java.net.InetSocketAddress getLocalAddress()>();
label:
if v != null goto label;
v = null;
goto label;
label:
v = interfaceinvoke v.<org.apache.dubbo.remoting.Channel: java.net.InetSocketAddress getRemoteAddress()>();
label:
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>(java.net.InetSocketAddress, java.net.InetSocketAddress, java.lang.Throwable)
{
java.lang.Throwable v;
org.apache.dubbo.remoting.RemotingException v;
java.net.InetSocketAddress v, v;
v := @this: org.apache.dubbo.remoting.RemotingException;
v := @parameter: java.net.InetSocketAddress;
v := @parameter: java.net.InetSocketAddress;
v := @parameter: java.lang.Throwable;
specialinvoke v.<java.lang.Exception: void <init>(java.lang.Throwable)>(v);
v.<org.apache.dubbo.remoting.RemotingException: java.net.InetSocketAddress localAddress> = v;
v.<org.apache.dubbo.remoting.RemotingException: java.net.InetSocketAddress remoteAddress> = v;
return;
}
public void <init>(org.apache.dubbo.remoting.Channel, java.lang.String, java.lang.Throwable)
{
java.lang.Throwable v;
org.apache.dubbo.remoting.RemotingException v;
java.lang.String v;
java.net.InetSocketAddress v, v;
org.apache.dubbo.remoting.Channel v;
v := @this: org.apache.dubbo.remoting.RemotingException;
v := @parameter: org.apache.dubbo.remoting.Channel;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Throwable;
if v != null goto label;
v = null;
goto label;
label:
v = interfaceinvoke v.<org.apache.dubbo.remoting.Channel: java.net.InetSocketAddress getLocalAddress()>();
label:
if v != null goto label;
v = null;
goto label;
label:
v = interfaceinvoke v.<org.apache.dubbo.remoting.Channel: java.net.InetSocketAddress getRemoteAddress()>();
label:
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.net.InetSocketAddress, java.net.InetSocketAddress, java.lang.String, java.lang.Throwable)
{
java.lang.Throwable v;
org.apache.dubbo.remoting.RemotingException v;
java.lang.String v;
java.net.InetSocketAddress v, v;
v := @this: org.apache.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.<java.lang.Exception: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
v.<org.apache.dubbo.remoting.RemotingException: java.net.InetSocketAddress localAddress> = v;
v.<org.apache.dubbo.remoting.RemotingException: java.net.InetSocketAddress remoteAddress> = v;
return;
}
public java.net.InetSocketAddress getLocalAddress()
{
org.apache.dubbo.remoting.RemotingException v;
java.net.InetSocketAddress v;
v := @this: org.apache.dubbo.remoting.RemotingException;
v = v.<org.apache.dubbo.remoting.RemotingException: java.net.InetSocketAddress localAddress>;
return v;
}
public java.net.InetSocketAddress getRemoteAddress()
{
org.apache.dubbo.remoting.RemotingException v;
java.net.InetSocketAddress v;
v := @this: org.apache.dubbo.remoting.RemotingException;
v = v.<org.apache.dubbo.remoting.RemotingException: java.net.InetSocketAddress remoteAddress>;
return v;
}
}