Modifier and Type | Class and Description |
---|---|
class |
ReplyException
Represents the failure of a message send.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemException
Exception thrown by the FileSystem class
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPoolTooBusyException
Represents a failure to add a HttpClientRequest to the wait queue on an ConnectionManager.
|
class |
HttpClosedException
Signals a HTTP connection close.
|
class |
StreamResetException
This exception signals a stream reset, it is used only for HTTP/2.
|
class |
UpgradeRejectedException |
Modifier and Type | Class and Description |
---|---|
class |
DB2Exception
The
DatabaseException for DB2. |
Modifier and Type | Class and Description |
---|---|
class |
ValidationException
Deprecated.
You should use the new module vertx-web-openapi
|
Modifier and Type | Class and Description |
---|---|
class |
BadRequestException
Represents an exception while processing a request with
ValidationHandler . |
class |
BodyProcessorException
Represents an exception while processing a body
|
class |
MalformedValueException
Represents a malformed value that parser is unable to manage
|
class |
ParameterProcessorException
Represents an exception while processing a parameter
|
class |
RequestPredicateException
Represents an error while trying to validate
|
Modifier and Type | Class and Description |
---|---|
class |
NoSyncValidationException
Deprecated.
users should migrate to the new validator
|
class |
SchemaException
This class represents an error while parsing a
Schema |
Modifier and Type | Class and Description |
---|---|
class |
ValidationExceptionImpl |
Modifier and Type | Class and Description |
---|---|
class |
MSSQLException
The
DatabaseException for MS SQL Server. |
Modifier and Type | Class and Description |
---|---|
class |
MySQLBatchException
MySQLBatchException is thrown if an error occurs during executions when using PreparedQuery.executeBatch(List) . |
class |
MySQLException
The
DatabaseException for MySQL. |
Modifier and Type | Class and Description |
---|---|
class |
PgException
PostgreSQL error including all fields
of the ErrorResponse message of the PostgreSQL frontend/backend protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceException
An Exception to be returned from Service implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ClosedConnectionException
When a client operation fails with this exception, the underlying connection may have been lost unexpectedly.
|
class |
DatabaseException
Base class for database failures.
|
class |
TransactionRollbackException
Failure reported to the
Transaction.completion() future when the database server reports the current transaction is failed. |
Copyright © 2023 Eclipse. All rights reserved.