public class org.apache.dubbo.remoting.TimeoutException extends org.apache.dubbo.remoting.RemotingException
{
public static final int CLIENT_SIDE;
public static final int SERVER_SIDE;
private static final long serialVersionUID;
private final int phase;
public void <init>(boolean, org.apache.dubbo.remoting.Channel, java.lang.String)
{
byte v;
java.lang.String v;
org.apache.dubbo.remoting.Channel v;
org.apache.dubbo.remoting.TimeoutException v;
boolean v;
v := @this: org.apache.dubbo.remoting.TimeoutException;
v := @parameter: boolean;
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);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v.<org.apache.dubbo.remoting.TimeoutException: int phase> = v;
return;
}
public void <init>(boolean, java.net.InetSocketAddress, java.net.InetSocketAddress, java.lang.String)
{
byte v;
java.lang.String v;
java.net.InetSocketAddress v, v;
org.apache.dubbo.remoting.TimeoutException v;
boolean v;
v := @this: org.apache.dubbo.remoting.TimeoutException;
v := @parameter: boolean;
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);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v.<org.apache.dubbo.remoting.TimeoutException: int phase> = v;
return;
}
public int getPhase()
{
int v;
org.apache.dubbo.remoting.TimeoutException v;
v := @this: org.apache.dubbo.remoting.TimeoutException;
v = v.<org.apache.dubbo.remoting.TimeoutException: int phase>;
return v;
}
public boolean isServerSide()
{
int v;
org.apache.dubbo.remoting.TimeoutException v;
boolean v;
v := @this: org.apache.dubbo.remoting.TimeoutException;
v = v.<org.apache.dubbo.remoting.TimeoutException: int phase>;
if v != 1 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean isClientSide()
{
int v;
org.apache.dubbo.remoting.TimeoutException v;
boolean v;
v := @this: org.apache.dubbo.remoting.TimeoutException;
v = v.<org.apache.dubbo.remoting.TimeoutException: int phase>;
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
}