public final class io.vertx.core.dns.DnsException extends io.vertx.core.impl.NoStackTraceThrowable
{
private static final java.lang.String ERROR_MESSAGE_PREFIX;
private io.vertx.core.dns.DnsResponseCode code;
public void <init>(io.vertx.core.dns.DnsResponseCode)
{
io.vertx.core.dns.DnsResponseCode v;
io.vertx.core.dns.DnsException v;
java.lang.String v;
v := @this: io.vertx.core.dns.DnsException;
v := @parameter: io.vertx.core.dns.DnsResponseCode;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (io.vertx.core.dns.DnsResponseCode)>(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[])>("DNS query error occurred: \u0001");
specialinvoke v.<io.vertx.core.impl.NoStackTraceThrowable: void <init>(java.lang.String)>(v);
staticinvoke <java.util.Objects: java.lang.Object requireNonNull(java.lang.Object,java.lang.String)>(v, "code");
v.<io.vertx.core.dns.DnsException: io.vertx.core.dns.DnsResponseCode code> = v;
return;
}
public io.vertx.core.dns.DnsResponseCode code()
{
io.vertx.core.dns.DnsResponseCode v;
io.vertx.core.dns.DnsException v;
v := @this: io.vertx.core.dns.DnsException;
v = v.<io.vertx.core.dns.DnsException: io.vertx.core.dns.DnsResponseCode code>;
return v;
}
}