Uses of Class
io.vertx.core.VertxException
-
Packages that use VertxException Package Description io.vertx.core io.vertx.core.dns io.vertx.core.eventbus io.vertx.core.file io.vertx.core.http -
-
Uses of VertxException in io.vertx.core
Methods in io.vertx.core that return VertxException Modifier and Type Method Description static 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.dns Modifier and Type Class Description classDnsExceptionException 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 Modifier and Type Class Description classReplyExceptionRepresents the failure of a message send. -
Uses of VertxException in io.vertx.core.file
Subclasses of VertxException in io.vertx.core.file Modifier and Type Class Description classFileSystemExceptionException thrown by the FileSystem class -
Uses of VertxException in io.vertx.core.http
Subclasses of VertxException in io.vertx.core.http Modifier and Type Class Description classConnectionPoolTooBusyExceptionRepresents a failure to add a HttpClientRequest to the wait queue on an ConnectionManager.classHttpClosedExceptionSignals a HTTP connection close.classStreamResetExceptionThis exception signals a stream reset, it is used only for HTTP/2.classUpgradeRejectedException
-