Class DnsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.VertxException
io.vertx.core.dns.DnsException
- All Implemented Interfaces:
Serializable
Exception which is used to notify the
AsyncResult
if the DNS query returns a DnsResponseCode which indicates and error.- Author:
- Norman Maurer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()TheDnsResponseCodewhich caused thisDnsExceptionto be created.Methods inherited from class VertxException
noStackTrace, noStackTrace, noStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DnsException
-
-
Method Details
-
code
TheDnsResponseCodewhich caused thisDnsExceptionto be created.
-