public class io.vertx.core.eventbus.ReplyException extends io.vertx.core.VertxException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.eventbus.ReplyException
super_class: io.vertx.core.VertxException
{
private final io.vertx.core.eventbus.ReplyFailure failureType;
descriptor: Lio/vertx/core/eventbus/ReplyFailure;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int failureCode;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.vertx.core.eventbus.ReplyFailure, int, java.lang.String);
descriptor: (Lio/vertx/core/eventbus/ReplyFailure;ILjava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 3
invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/String;)V
1: aload 0
aload 1
putfield io.vertx.core.eventbus.ReplyException.failureType:Lio/vertx/core/eventbus/ReplyFailure;
2: aload 0
iload 2
putfield io.vertx.core.eventbus.ReplyException.failureCode:I
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/eventbus/ReplyException;
0 4 1 failureType Lio/vertx/core/eventbus/ReplyFailure;
0 4 2 failureCode I
0 4 3 message Ljava/lang/String;
MethodParameters:
Name Flags
failureType
failureCode
message
public void <init>(io.vertx.core.eventbus.ReplyFailure, java.lang.String);
descriptor: (Lio/vertx/core/eventbus/ReplyFailure;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iconst_m1
aload 2
invokespecial io.vertx.core.eventbus.ReplyException.<init>:(Lio/vertx/core/eventbus/ReplyFailure;ILjava/lang/String;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/ReplyException;
0 2 1 failureType Lio/vertx/core/eventbus/ReplyFailure;
0 2 2 message Ljava/lang/String;
MethodParameters:
Name Flags
failureType
message
public void <init>(io.vertx.core.eventbus.ReplyFailure);
descriptor: (Lio/vertx/core/eventbus/ReplyFailure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_m1
aconst_null
invokespecial io.vertx.core.eventbus.ReplyException.<init>:(Lio/vertx/core/eventbus/ReplyFailure;ILjava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/ReplyException;
0 2 1 failureType Lio/vertx/core/eventbus/ReplyFailure;
MethodParameters:
Name Flags
failureType
public io.vertx.core.eventbus.ReplyFailure failureType();
descriptor: ()Lio/vertx/core/eventbus/ReplyFailure;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.ReplyException.failureType:Lio/vertx/core/eventbus/ReplyFailure;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/ReplyException;
public int failureCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.ReplyException.failureCode:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/ReplyException;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.eventbus.ReplyException.getMessage:()Ljava/lang/String;
astore 1
start local 1 1: new java.lang.StringBuilder
dup
ldc "("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.core.eventbus.ReplyException.failureType:Lio/vertx/core/eventbus/ReplyFailure;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc ","
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield io.vertx.core.eventbus.ReplyException.failureCode:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ") "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 1
ifnull 2
aload 1
goto 3
StackMap locals: io.vertx.core.eventbus.ReplyException java.lang.String
StackMap stack: java.lang.StringBuilder
2: ldc ""
StackMap locals: io.vertx.core.eventbus.ReplyException java.lang.String
StackMap stack: java.lang.StringBuilder java.lang.String
3: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/eventbus/ReplyException;
1 4 1 message Ljava/lang/String;
}
SourceFile: "ReplyException.java"