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 0: aload 0
getfield io.vertx.mqtt.MqttConnectionException.code:Lio/netty/handler/codec/mqtt/MqttConnectReturnCode;
areturn
end local 0 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 start local 1 0: aload 0
ldc "Connection failed: %s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
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: aload 0
aload 1
putfield io.vertx.mqtt.MqttConnectionException.code:Lio/netty/handler/codec/mqtt/MqttConnectReturnCode;
2: return
end local 1 end local 0 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"