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 // io.vertx.core.eventbus.ReplyException this
        start local 1 // io.vertx.core.eventbus.ReplyFailure failureType
        start local 2 // int failureCode
        start local 3 // java.lang.String message
         0: .line 37
            aload 0 /* this */
            aload 3 /* message */
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/String;)V
         1: .line 38
            aload 0 /* this */
            aload 1 /* failureType */
            putfield io.vertx.core.eventbus.ReplyException.failureType:Lio/vertx/core/eventbus/ReplyFailure;
         2: .line 39
            aload 0 /* this */
            iload 2 /* failureCode */
            putfield io.vertx.core.eventbus.ReplyException.failureCode:I
         3: .line 40
            return
        end local 3 // java.lang.String message
        end local 2 // int failureCode
        end local 1 // io.vertx.core.eventbus.ReplyFailure failureType
        end local 0 // io.vertx.core.eventbus.ReplyException this
      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 // io.vertx.core.eventbus.ReplyException this
        start local 1 // io.vertx.core.eventbus.ReplyFailure failureType
        start local 2 // java.lang.String message
         0: .line 49
            aload 0 /* this */
            aload 1 /* failureType */
            iconst_m1
            aload 2 /* message */
            invokespecial io.vertx.core.eventbus.ReplyException.<init>:(Lio/vertx/core/eventbus/ReplyFailure;ILjava/lang/String;)V
         1: .line 50
            return
        end local 2 // java.lang.String message
        end local 1 // io.vertx.core.eventbus.ReplyFailure failureType
        end local 0 // io.vertx.core.eventbus.ReplyException this
      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 // io.vertx.core.eventbus.ReplyException this
        start local 1 // io.vertx.core.eventbus.ReplyFailure failureType
         0: .line 58
            aload 0 /* this */
            aload 1 /* failureType */
            iconst_m1
            aconst_null
            invokespecial io.vertx.core.eventbus.ReplyException.<init>:(Lio/vertx/core/eventbus/ReplyFailure;ILjava/lang/String;)V
         1: .line 59
            return
        end local 1 // io.vertx.core.eventbus.ReplyFailure failureType
        end local 0 // io.vertx.core.eventbus.ReplyException this
      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 // io.vertx.core.eventbus.ReplyException this
         0: .line 67
            aload 0 /* this */
            getfield io.vertx.core.eventbus.ReplyException.failureType:Lio/vertx/core/eventbus/ReplyFailure;
            areturn
        end local 0 // io.vertx.core.eventbus.ReplyException this
      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 // io.vertx.core.eventbus.ReplyException this
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.core.eventbus.ReplyException.failureCode:I
            ireturn
        end local 0 // io.vertx.core.eventbus.ReplyException this
      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 // io.vertx.core.eventbus.ReplyException this
         0: .line 81
            aload 0 /* this */
            invokevirtual io.vertx.core.eventbus.ReplyException.getMessage:()Ljava/lang/String;
            astore 1 /* message */
        start local 1 // java.lang.String message
         1: .line 82
            new java.lang.StringBuilder
            dup
            ldc "("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            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 /* this */
            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 /* message */
            ifnull 2
            aload 1 /* message */
            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 // java.lang.String message
        end local 0 // io.vertx.core.eventbus.ReplyException this
      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"