public class io.vertx.mqtt.MqttConnectionException extends java.lang.Throwable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.mqtt.MqttConnectionException
  super_class: java.lang.Throwable
{
  private final io.netty.handler.codec.mqtt.MqttConnectReturnCode code;
    descriptor: Lio/netty/handler/codec/mqtt/MqttConnectReturnCode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public io.netty.handler.codec.mqtt.MqttConnectReturnCode code();
    descriptor: ()Lio/netty/handler/codec/mqtt/MqttConnectReturnCode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.MqttConnectionException this
         0: .line 32
            aload 0 /* this */
            getfield io.vertx.mqtt.MqttConnectionException.code:Lio/netty/handler/codec/mqtt/MqttConnectReturnCode;
            areturn
        end local 0 // io.vertx.mqtt.MqttConnectionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/MqttConnectionException;

  public void <init>(io.netty.handler.codec.mqtt.MqttConnectReturnCode);
    descriptor: (Lio/netty/handler/codec/mqtt/MqttConnectReturnCode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttConnectionException this
        start local 1 // io.netty.handler.codec.mqtt.MqttConnectReturnCode code
         0: .line 41
            aload 0 /* this */
            ldc "Connection failed: %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* code */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.Throwable.<init>:(Ljava/lang/String;)V
         1: .line 42
            aload 0 /* this */
            aload 1 /* code */
            putfield io.vertx.mqtt.MqttConnectionException.code:Lio/netty/handler/codec/mqtt/MqttConnectReturnCode;
         2: .line 43
            return
        end local 1 // io.netty.handler.codec.mqtt.MqttConnectReturnCode code
        end local 0 // io.vertx.mqtt.MqttConnectionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/mqtt/MqttConnectionException;
            0    3     1  code  Lio/netty/handler/codec/mqtt/MqttConnectReturnCode;
    MethodParameters:
      Name  Flags
      code  
}
SourceFile: "MqttConnectionException.java"