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 -
Uses of VertxException in io.vertx.db2client
Subclasses of VertxException in io.vertx.db2client -
Uses of VertxException in io.vertx.ext.mail
Subclasses of VertxException in io.vertx.ext.mailModifier and TypeClassDescriptionclassThis represents an Exception during communication with SMTP server. -
Uses of VertxException in io.vertx.ext.web.validation
Subclasses of VertxException in io.vertx.ext.web.validationModifier and TypeClassDescriptionclassRepresents an exception while processing a request withValidationHandler.classRepresents an exception while processing a bodyclassRepresents a malformed value that parser is unable to manageclassRepresents an exception while processing a parameterclassRepresents an error while trying to validate -
Uses of VertxException in io.vertx.grpc.client
Subclasses of VertxException in io.vertx.grpc.clientModifier and TypeClassDescriptionfinal classDenotes a failure due to an invalid status. -
Uses of VertxException in io.vertx.grpc.common
Subclasses of VertxException in io.vertx.grpc.commonModifier and TypeClassDescriptionfinal classThrown when a failure happens before the response, and it could be interpreted to a gRPC failure, e.g. in practice it means an HTTP/2 stream reset mapped to a gRPC code according to the spec.classSignals an invalid message.final classSignals a message with an invalid payload, i.e. that could not be decoded by the protobuf codec.final classSignals a message that is longer than the maximum configured size. -
Uses of VertxException in io.vertx.grpc.server
Subclasses of VertxException in io.vertx.grpc.serverModifier and TypeClassDescriptionfinal classA glorified GOTO forcing a response status. -
Uses of VertxException in io.vertx.json.schema
Subclasses of VertxException in io.vertx.json.schemaModifier and TypeClassDescriptionclassThis class represents an error while parsing ainvalid reference
SchemaclassThis is the main class for every Validation flow related errors -
Uses of VertxException in io.vertx.json.schema.common
Subclasses of VertxException in io.vertx.json.schema.common -
Uses of VertxException in io.vertx.mssqlclient
Subclasses of VertxException in io.vertx.mssqlclient -
Uses of VertxException in io.vertx.mysqlclient
Subclasses of VertxException in io.vertx.mysqlclientModifier and TypeClassDescriptionclassMySQLBatchExceptionis thrown if an error occurs during executions when usingPreparedQuery.executeBatch(List).classTheDatabaseExceptionfor MySQL. -
Uses of VertxException in io.vertx.oracleclient
Subclasses of VertxException in io.vertx.oracleclient -
Uses of VertxException in io.vertx.pgclient
Subclasses of VertxException in io.vertx.pgclientModifier and TypeClassDescriptionclassPostgreSQL error including all fields of the ErrorResponse message of the PostgreSQL frontend/backend protocol. -
Uses of VertxException in io.vertx.serviceproxy
Subclasses of VertxException in io.vertx.serviceproxyModifier and TypeClassDescriptionclassAn Exception to be returned from Service implementations. -
Uses of VertxException in io.vertx.sqlclient
Subclasses of VertxException in io.vertx.sqlclientModifier and TypeClassDescriptionclassWhen a client operation fails with this exception, the underlying connection may have been lost unexpectedly.classBase class for database failures.classFailure reported to theTransaction.completion()future when the database server reports the current transaction is failed.