Uses of Class
io.vertx.core.VertxException
Packages that use VertxException
Package
Description
-
Uses of VertxException in io.vertx.core
Methods in io.vertx.core that return VertxExceptionModifier and TypeMethodDescriptionstatic VertxExceptionVertxException.noStackTrace(String msg) Create an exception that does not capture a stack trace.static VertxExceptionVertxException.noStackTrace(String msg, Throwable cause) Create an exception that does not capture a stack trace.static VertxExceptionVertxException.noStackTrace(Throwable cause) Create an exception that does not capture a stack trace. -
Uses of VertxException in io.vertx.core.dns
Subclasses of VertxException in io.vertx.core.dnsModifier and TypeClassDescriptionfinal classException which is used to notify theAsyncResultif the DNS query returns aDnsResponseCodewhich indicates and error. -
Uses of VertxException in io.vertx.core.eventbus
Subclasses of VertxException in io.vertx.core.eventbus -
Uses of VertxException in io.vertx.core.file
Subclasses of VertxException in io.vertx.core.fileModifier and TypeClassDescriptionclassException thrown by the FileSystem class -
Uses of VertxException in io.vertx.core.http
Subclasses of VertxException in io.vertx.core.httpModifier and TypeClassDescriptionclassRepresents a failure to add a HttpClientRequest to the wait queue on an ConnectionManager.classSignals a HTTP connection close.classThis exception signals a stream reset, it is used only for HTTP/2.class