public class io.vertx.core.eventbus.ReplyException extends io.vertx.core.VertxException
{
private final io.vertx.core.eventbus.ReplyFailure failureType;
private final int failureCode;
public void <init>(io.vertx.core.eventbus.ReplyFailure, int, java.lang.String)
{
int v;
io.vertx.core.eventbus.ReplyFailure v;
java.lang.String v;
io.vertx.core.eventbus.ReplyException v;
v := @this: io.vertx.core.eventbus.ReplyException;
v := @parameter: io.vertx.core.eventbus.ReplyFailure;
v := @parameter: int;
v := @parameter: java.lang.String;
specialinvoke v.<io.vertx.core.VertxException: void <init>(java.lang.String)>(v);
v.<io.vertx.core.eventbus.ReplyException: io.vertx.core.eventbus.ReplyFailure failureType> = v;
v.<io.vertx.core.eventbus.ReplyException: int failureCode> = v;
return;
}
public void <init>(io.vertx.core.eventbus.ReplyFailure, java.lang.String)
{
int v;
io.vertx.core.eventbus.ReplyFailure v;
java.lang.String v;
io.vertx.core.eventbus.ReplyException v;
v := @this: io.vertx.core.eventbus.ReplyException;
v := @parameter: io.vertx.core.eventbus.ReplyFailure;
v := @parameter: java.lang.String;
v = (int) -1;
specialinvoke v.<io.vertx.core.eventbus.ReplyException: void <init>(io.vertx.core.eventbus.ReplyFailure,int,java.lang.String)>(v, v, v);
return;
}
public void <init>(io.vertx.core.eventbus.ReplyFailure)
{
int v;
io.vertx.core.eventbus.ReplyFailure v;
io.vertx.core.eventbus.ReplyException v;
v := @this: io.vertx.core.eventbus.ReplyException;
v := @parameter: io.vertx.core.eventbus.ReplyFailure;
v = (int) -1;
specialinvoke v.<io.vertx.core.eventbus.ReplyException: void <init>(io.vertx.core.eventbus.ReplyFailure,int,java.lang.String)>(v, v, null);
return;
}
public io.vertx.core.eventbus.ReplyFailure failureType()
{
io.vertx.core.eventbus.ReplyFailure v;
io.vertx.core.eventbus.ReplyException v;
v := @this: io.vertx.core.eventbus.ReplyException;
v = v.<io.vertx.core.eventbus.ReplyException: io.vertx.core.eventbus.ReplyFailure failureType>;
return v;
}
public int failureCode()
{
int v;
io.vertx.core.eventbus.ReplyException v;
v := @this: io.vertx.core.eventbus.ReplyException;
v = v.<io.vertx.core.eventbus.ReplyException: int failureCode>;
return v;
}
public java.lang.String toString()
{
int v;
io.vertx.core.eventbus.ReplyFailure v;
java.lang.String v, v, v;
io.vertx.core.eventbus.ReplyException v;
v := @this: io.vertx.core.eventbus.ReplyException;
v = virtualinvoke v.<io.vertx.core.eventbus.ReplyException: java.lang.String getMessage()>();
v = v.<io.vertx.core.eventbus.ReplyException: io.vertx.core.eventbus.ReplyFailure failureType>;
v = v.<io.vertx.core.eventbus.ReplyException: int failureCode>;
if v == null goto label;
v = v;
goto label;
label:
v = "";
label:
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (io.vertx.core.eventbus.ReplyFailure,int,java.lang.String)>(v, v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("(\u,\u) \u0001");
return v;
}
}