Serialized Form
-
Package io.vertx.circuitbreaker
-
Class io.vertx.circuitbreaker.OpenCircuitException extends RuntimeException implements Serializable
-
Class io.vertx.circuitbreaker.TimeoutException extends RuntimeException implements Serializable
-
-
Package io.vertx.config.vault.client
-
Class io.vertx.config.vault.client.VaultException extends Exception implements Serializable
-
Serialized Fields
-
statusCode
int statusCode
-
-
-
-
Package io.vertx.core
-
Class io.vertx.core.VertxException extends RuntimeException implements Serializable
-
-
Package io.vertx.core.cli
-
Class io.vertx.core.cli.AmbiguousOptionException extends CLIException implements Serializable
-
Class io.vertx.core.cli.CLIException extends RuntimeException implements Serializable
-
Class io.vertx.core.cli.InvalidValueException extends CLIException implements Serializable
-
Class io.vertx.core.cli.MissingOptionException extends CLIException implements Serializable
-
Serialized Fields
-
expected
Collection<Option> expected
-
-
-
Class io.vertx.core.cli.MissingValueException extends CLIException implements Serializable
-
-
Package io.vertx.core.dns
-
Class io.vertx.core.dns.DnsException extends io.vertx.core.impl.NoStackTraceThrowable implements Serializable
-
Serialized Fields
-
code
DnsResponseCode code
-
-
-
-
Package io.vertx.core.eventbus
-
Class io.vertx.core.eventbus.ReplyException extends VertxException implements Serializable
-
Serialized Fields
-
failureCode
int failureCode
-
failureType
ReplyFailure failureType
-
-
-
-
Package io.vertx.core.file
-
Class io.vertx.core.file.FileSystemException extends VertxException implements Serializable
-
-
Package io.vertx.core.http
-
Class io.vertx.core.http.ConnectionPoolTooBusyException extends VertxException implements Serializable
-
Class io.vertx.core.http.HttpClosedException extends VertxException implements Serializable
-
Serialized Fields
-
goAway
GoAway goAway
-
-
-
Class io.vertx.core.http.StreamResetException extends VertxException implements Serializable
-
Serialized Fields
-
code
long code
-
-
-
Class io.vertx.core.http.UpgradeRejectedException extends VertxException implements Serializable
-
-
Package io.vertx.core.json
-
Class io.vertx.core.json.DecodeException extends RuntimeException implements Serializable
-
Class io.vertx.core.json.EncodeException extends RuntimeException implements Serializable
-
-
Package io.vertx.core.json.jackson
-
Class io.vertx.core.json.jackson.HybridJacksonPool extends Object implements Serializable
-
Serialized Fields
-
nativePool
RecyclerPool<BufferRecycler> nativePool
-
-
-
Class io.vertx.core.json.jackson.HybridJacksonPool.StripedLockFreePool extends Object implements Serializable
-
Serialized Fields
-
stripesCount
int stripesCount
-
threadProbe
io.vertx.core.json.jackson.HybridJacksonPool.XorShiftThreadProbe threadProbe
-
topStacks
AtomicReferenceArray<io.vertx.core.json.jackson.HybridJacksonPool.StripedLockFreePool.Node> topStacks
-
-
-
Class io.vertx.core.json.jackson.VertxModule extends SimpleModule implements Serializable
-
-
Package io.vertx.core.spi.launcher
-
Class io.vertx.core.spi.launcher.ExecutionContext extends HashMap<String,Object> implements Serializable
-
Serialized Fields
-
command
Command command
-
commandLine
CommandLine commandLine
-
launcher
io.vertx.core.impl.launcher.VertxCommandLauncher launcher
-
-
-
-
Package io.vertx.db2client
-
Class io.vertx.db2client.DB2Exception extends DatabaseException implements Serializable
- serialVersionUID:
- -1793293963771077543L
-
-
Package io.vertx.ext.auth
-
Class io.vertx.ext.auth.NoSuchKeyIdException extends RuntimeException implements Serializable
-
Serialized Fields
-
id
String id
-
-
-
-
Package io.vertx.ext.auth.authentication
-
Class io.vertx.ext.auth.authentication.CredentialValidationException extends RuntimeException implements Serializable
-
-
Package io.vertx.ext.auth.webauthn4j
-
Class io.vertx.ext.auth.webauthn4j.WebAuthn4JException extends RuntimeException implements Serializable
-
-
Package io.vertx.ext.mail
-
Class io.vertx.ext.mail.SMTPException extends VertxException implements Serializable
-
Serialized Fields
-
enhancedStatus
SMTPException.EnhancedStatus enhancedStatus
-
replyCode
int replyCode
-
replyMessages
List<String> replyMessages
-
-
-
-
Package io.vertx.ext.stomp.utils
-
Class io.vertx.ext.stomp.utils.Headers extends HashMap<String,String> implements Serializable
-
-
Package io.vertx.ext.web.handler
-
Class io.vertx.ext.web.handler.HttpException extends RuntimeException implements Serializable
-
Serialized Fields
-
payload
String payload
-
statusCode
int statusCode
-
-
-
-
Package io.vertx.ext.web.validation
-
Class io.vertx.ext.web.validation.BadRequestException extends VertxException implements Serializable
-
Class io.vertx.ext.web.validation.BodyProcessorException extends BadRequestException implements Serializable
-
Serialized Fields
-
actualContentType
String actualContentType
-
errorType
BodyProcessorException.BodyProcessorErrorType errorType
-
-
-
Class io.vertx.ext.web.validation.MalformedValueException extends VertxException implements Serializable
-
Class io.vertx.ext.web.validation.ParameterProcessorException extends BadRequestException implements Serializable
-
Serialized Fields
-
errorType
ParameterProcessorException.ParameterProcessorErrorType errorType
-
location
io.vertx.ext.web.validation.impl.ParameterLocation location
-
parameterName
String parameterName
-
-
-
Class io.vertx.ext.web.validation.RequestPredicateException extends BadRequestException implements Serializable
-
-
Package io.vertx.grpc.client
-
Class io.vertx.grpc.client.InvalidStatusException extends VertxException implements Serializable
-
Serialized Fields
-
actual
GrpcStatus actual
-
expected
GrpcStatus expected
-
-
-
-
Package io.vertx.grpc.common
-
Class io.vertx.grpc.common.CodecException extends RuntimeException implements Serializable
-
Class io.vertx.grpc.common.GrpcErrorException extends VertxException implements Serializable
-
Serialized Fields
-
error
GrpcError error
-
status
GrpcStatus status
-
-
-
Class io.vertx.grpc.common.InvalidMessageException extends VertxException implements Serializable
-
Class io.vertx.grpc.common.InvalidMessagePayloadException extends InvalidMessageException implements Serializable
-
Serialized Fields
-
message
GrpcMessage message
-
-
-
Class io.vertx.grpc.common.MessageSizeOverflowException extends InvalidMessageException implements Serializable
-
Serialized Fields
-
messageSize
long messageSize
-
-
-
-
Package io.vertx.json.schema
-
Class io.vertx.json.schema.JsonSchemaValidationException extends Exception implements Serializable
-
Serialized Fields
-
errorType
OutputErrorType errorType
-
location
String location
-
-
-
Class io.vertx.json.schema.SchemaException extends VertxException implements Serializable
-
Serialized Fields
-
schema
Object schema
-
-
-
Class io.vertx.json.schema.ValidationException extends VertxException implements Serializable
-
Serialized Fields
-
input
Object input
-
inputScope
JsonPointer inputScope
-
keyword
String keyword
-
-
-
-
Package io.vertx.json.schema.common
-
Class io.vertx.json.schema.common.ValidationExceptionImpl extends ValidationException implements Serializable
-
-
Package io.vertx.mqtt
-
Class io.vertx.mqtt.MqttConnectionException extends Throwable implements Serializable
-
Serialized Fields
-
code
MqttConnectReturnCode code
-
-
-
Class io.vertx.mqtt.MqttException extends Throwable implements Serializable
-
Serialized Fields
-
code
int code
-
-
-
-
Package io.vertx.mssqlclient
-
Class io.vertx.mssqlclient.MSSQLException extends DatabaseException implements Serializable
-
Serialized Fields
-
additional
List<MSSQLException> additional
-
errorMessage
String errorMessage
-
lineNumber
int lineNumber
-
procedureName
String procedureName
-
serverName
String serverName
-
severity
byte severity
-
state
byte state
-
-
-
-
Package io.vertx.mysqlclient
-
Class io.vertx.mysqlclient.MySQLBatchException extends VertxException implements Serializable
-
Class io.vertx.mysqlclient.MySQLException extends DatabaseException implements Serializable
-
-
Package io.vertx.openapi.contract
-
Class io.vertx.openapi.contract.OpenAPIContractException extends RuntimeException implements Serializable
-
Serialized Fields
-
type
ContractErrorType type
-
-
-
-
Package io.vertx.openapi.validation
-
Class io.vertx.openapi.validation.SchemaValidationException extends ValidatorException implements Serializable
-
Serialized Fields
-
outputUnit
OutputUnit outputUnit
-
-
-
Class io.vertx.openapi.validation.ValidatorException extends RuntimeException implements Serializable
-
Serialized Fields
-
type
ValidatorErrorType type
-
-
-
-
Package io.vertx.oracleclient
-
Class io.vertx.oracleclient.OracleException extends DatabaseException implements Serializable
-
-
Package io.vertx.pgclient
-
Class io.vertx.pgclient.PgException extends DatabaseException implements Serializable
-
Serialized Fields
-
column
String column
-
constraint
String constraint
-
dataType
String dataType
-
detail
String detail
-
errorMessage
String errorMessage
-
file
String file
-
hint
String hint
-
internalPosition
String internalPosition
-
internalQuery
String internalQuery
-
line
String line
-
position
String position
-
routine
String routine
-
schema
String schema
-
severity
String severity
-
table
String table
-
where
String where
-
-
-
-
Package io.vertx.serviceproxy
-
Class io.vertx.serviceproxy.ServiceException extends ReplyException implements Serializable
-
Serialized Fields
-
debugInfo
JsonObject debugInfo
-
-
-
-
Package io.vertx.sqlclient
-
Class io.vertx.sqlclient.ClosedConnectionException extends VertxException implements Serializable
-
Class io.vertx.sqlclient.DatabaseException extends VertxException implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
-
sqlState
String sqlState
-
-
-
Class io.vertx.sqlclient.TransactionRollbackException extends VertxException implements Serializable
-
-
Package io.vertx.sqlclient.data
-
Class io.vertx.sqlclient.data.Numeric extends Number implements Serializable
-
Serialized Fields
-
value
Number value
-
-
-