Serialized Form
-
Package io.vertx.circuitbreaker
-
Exception Class io.vertx.circuitbreaker.OpenCircuitException
class OpenCircuitException extends RuntimeException implements Serializable -
Exception Class io.vertx.circuitbreaker.TimeoutException
class TimeoutException extends RuntimeException implements Serializable
-
-
Package io.vertx.config.vault.client
-
Exception Class io.vertx.config.vault.client.VaultException
class VaultException extends Exception implements Serializable-
Serialized Fields
-
statusCode
int statusCode
-
-
-
-
Package io.vertx.core
-
Exception Class io.vertx.core.VertxException
class VertxException extends RuntimeException implements Serializable
-
-
Package io.vertx.core.cli
-
Exception Class io.vertx.core.cli.AmbiguousOptionException
class AmbiguousOptionException extends CLIException implements Serializable -
Exception Class io.vertx.core.cli.CLIException
class CLIException extends RuntimeException implements Serializable -
Exception Class io.vertx.core.cli.InvalidValueException
class InvalidValueException extends CLIException implements Serializable -
Exception Class io.vertx.core.cli.MissingOptionException
class MissingOptionException extends CLIException implements Serializable-
Serialized Fields
-
expected
Collection<Option> expected
-
-
-
Exception Class io.vertx.core.cli.MissingValueException
class MissingValueException extends CLIException implements Serializable
-
-
Package io.vertx.core.dns
-
Exception Class io.vertx.core.dns.DnsException
class DnsException extends VertxException implements Serializable-
Serialized Fields
-
code
DnsResponseCode code
-
-
-
-
Package io.vertx.core.eventbus
-
Exception Class io.vertx.core.eventbus.ReplyException
class ReplyException extends VertxException implements Serializable-
Serialized Fields
-
failureCode
int failureCode
-
failureType
ReplyFailure failureType
-
-
-
-
Package io.vertx.core.file
-
Exception Class io.vertx.core.file.FileSystemException
class FileSystemException extends VertxException implements Serializable
-
-
Package io.vertx.core.http
-
Exception Class io.vertx.core.http.ConnectionPoolTooBusyException
class ConnectionPoolTooBusyException extends VertxException implements Serializable -
Exception Class io.vertx.core.http.HttpClosedException
class HttpClosedException extends VertxException implements Serializable-
Serialized Fields
-
goAway
GoAway goAway
-
-
-
Exception Class io.vertx.core.http.StreamResetException
class StreamResetException extends VertxException implements Serializable-
Serialized Fields
-
code
long code
-
-
-
Exception Class io.vertx.core.http.UpgradeRejectedException
class UpgradeRejectedException extends VertxException implements Serializable
-
-
Package io.vertx.core.json
-
Exception Class io.vertx.core.json.DecodeException
class DecodeException extends RuntimeException implements Serializable -
Exception Class io.vertx.core.json.EncodeException
class EncodeException extends RuntimeException implements Serializable
-
-
Package io.vertx.core.json.jackson
-
Class io.vertx.core.json.jackson.HybridJacksonPool
class HybridJacksonPool extends Object implements Serializable-
Serialized Fields
-
nativePool
RecyclerPool<BufferRecycler> nativePool
-
-
-
Class io.vertx.core.json.jackson.HybridJacksonPool.StripedLockFreePool
class 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
class VertxModule extends SimpleModule implements Serializable
-
-
Package io.vertx.core.spi.launcher
-
Class io.vertx.core.spi.launcher.ExecutionContext
-
Serialized Fields
-
command
Command command
-
commandLine
CommandLine commandLine
-
launcher
io.vertx.core.impl.launcher.VertxCommandLauncher launcher
-
-
-
-
Package io.vertx.db2client
-
Exception Class io.vertx.db2client.DB2Exception
class DB2Exception extends DatabaseException implements Serializable- serialVersionUID:
- -1793293963771077543L
-
-
Package io.vertx.ext.auth
-
Exception Class io.vertx.ext.auth.NoSuchKeyIdException
class NoSuchKeyIdException extends RuntimeException implements Serializable-
Serialized Fields
-
id
String id
-
-
-
-
Package io.vertx.ext.auth.authentication
-
Exception Class io.vertx.ext.auth.authentication.CredentialValidationException
class CredentialValidationException extends RuntimeException implements Serializable
-
-
Package io.vertx.ext.auth.webauthn4j
-
Exception Class io.vertx.ext.auth.webauthn4j.WebAuthn4JException
class WebAuthn4JException extends RuntimeException implements Serializable
-
-
Package io.vertx.ext.mail
-
Exception Class io.vertx.ext.mail.SMTPException
class SMTPException extends VertxException implements Serializable-
Serialized Fields
-
enhancedStatus
SMTPException.EnhancedStatus enhancedStatus
-
replyCode
int replyCode
-
replyMessages
List<String> replyMessages
-
-
-
-
Package io.vertx.ext.stomp.utils
-
Package io.vertx.ext.web.handler
-
Exception Class io.vertx.ext.web.handler.HttpException
class HttpException extends RuntimeException implements Serializable-
Serialized Fields
-
payload
String payload
-
statusCode
int statusCode
-
-
-
-
Package io.vertx.ext.web.validation
-
Exception Class io.vertx.ext.web.validation.BadRequestException
class BadRequestException extends VertxException implements Serializable -
Exception Class io.vertx.ext.web.validation.BodyProcessorException
class BodyProcessorException extends BadRequestException implements Serializable-
Serialized Fields
-
actualContentType
String actualContentType
-
errorType
BodyProcessorException.BodyProcessorErrorType errorType
-
-
-
Exception Class io.vertx.ext.web.validation.MalformedValueException
class MalformedValueException extends VertxException implements Serializable -
Exception Class io.vertx.ext.web.validation.ParameterProcessorException
class ParameterProcessorException extends BadRequestException implements Serializable-
Serialized Fields
-
errorType
ParameterProcessorException.ParameterProcessorErrorType errorType
-
location
io.vertx.ext.web.validation.impl.ParameterLocation location
-
parameterName
String parameterName
-
-
-
Exception Class io.vertx.ext.web.validation.RequestPredicateException
class RequestPredicateException extends BadRequestException implements Serializable
-
-
Package io.vertx.grpc.client
-
Exception Class io.vertx.grpc.client.InvalidStatusException
class InvalidStatusException extends VertxException implements Serializable-
Serialized Fields
-
actual
GrpcStatus actual
-
expected
GrpcStatus expected
-
-
-
-
Package io.vertx.grpc.common
-
Exception Class io.vertx.grpc.common.CodecException
class CodecException extends RuntimeException implements Serializable -
Exception Class io.vertx.grpc.common.GrpcErrorException
class GrpcErrorException extends VertxException implements Serializable-
Serialized Fields
-
error
GrpcError error
-
status
GrpcStatus status
-
-
-
Exception Class io.vertx.grpc.common.InvalidMessageException
class InvalidMessageException extends VertxException implements Serializable -
Exception Class io.vertx.grpc.common.InvalidMessagePayloadException
class InvalidMessagePayloadException extends InvalidMessageException implements Serializable-
Serialized Fields
-
message
GrpcMessage message
-
-
-
Exception Class io.vertx.grpc.common.MessageSizeOverflowException
class MessageSizeOverflowException extends InvalidMessageException implements Serializable-
Serialized Fields
-
messageSize
long messageSize
-
-
-
-
Package io.vertx.grpc.event.v1alpha
-
Class io.vertx.grpc.event.v1alpha.EventBusMessage
class EventBusMessage extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class io.vertx.grpc.event.v1alpha.JsonValue
class JsonValue extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
Object value_
-
valueCase_
int valueCase_
-
-
Class io.vertx.grpc.event.v1alpha.PublishOp
class PublishOp extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class io.vertx.grpc.event.v1alpha.RequestOp
class RequestOp extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class io.vertx.grpc.event.v1alpha.SendOp
class SendOp extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class io.vertx.grpc.event.v1alpha.SubscribeOp
class SubscribeOp extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class io.vertx.grpc.event.v1alpha.UnsubscribeOp
class UnsubscribeOp extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
consumerId_
Object consumerId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
-
Package io.vertx.grpc.reflection.v1
-
Class io.vertx.grpc.reflection.v1.ErrorResponse
class ErrorResponse extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorCode_
int errorCode_
-
errorMessage_
Object errorMessage_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.vertx.grpc.reflection.v1.ExtensionNumberResponse
class ExtensionNumberResponse extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
baseTypeName_
Object baseTypeName_
-
extensionNumber_
com.google.protobuf.Internal.IntList extensionNumber_
-
extensionNumberMemoizedSerializedSize
int extensionNumberMemoizedSerializedSize
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.vertx.grpc.reflection.v1.ExtensionRequest
class ExtensionRequest extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
containingType_
Object containingType_
-
extensionNumber_
int extensionNumber_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.vertx.grpc.reflection.v1.FileDescriptorResponse
class FileDescriptorResponse extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
fileDescriptorProto_
com.google.protobuf.Internal.ProtobufList<com.google.protobuf.ByteString> fileDescriptorProto_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.vertx.grpc.reflection.v1.ListServiceResponse
class ListServiceResponse extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
service_
List<ServiceResponse> service_
-
-
Class io.vertx.grpc.reflection.v1.ServerReflectionRequest
class ServerReflectionRequest extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class io.vertx.grpc.reflection.v1.ServerReflectionResponse
class ServerReflectionResponse extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
messageResponse_
Object messageResponse_
-
messageResponseCase_
int messageResponseCase_
-
originalRequest_
ServerReflectionRequest originalRequest_
-
validHost_
Object validHost_
-
-
Class io.vertx.grpc.reflection.v1.ServiceResponse
class ServiceResponse extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
-
Package io.vertx.grpc.server
-
Exception Class io.vertx.grpc.server.StatusException
class StatusException extends VertxException implements Serializable-
Serialized Fields
-
message
String message
-
status
GrpcStatus status
-
-
-
-
Package io.vertx.json.schema
-
Exception Class io.vertx.json.schema.JsonSchemaValidationException
class JsonSchemaValidationException extends Exception implements Serializable-
Serialized Fields
-
errorType
OutputErrorType errorType
-
location
String location
-
-
-
Exception Class io.vertx.json.schema.SchemaException
class SchemaException extends VertxException implements Serializable-
Serialized Fields
-
schema
Object schema
-
-
-
Exception Class io.vertx.json.schema.ValidationException
class ValidationException extends VertxException implements Serializable-
Serialized Fields
-
input
Object input
-
inputScope
JsonPointer inputScope
-
keyword
String keyword
-
-
-
-
Package io.vertx.json.schema.common
-
Exception Class io.vertx.json.schema.common.ValidationExceptionImpl
class ValidationExceptionImpl extends ValidationException implements Serializable
-
-
Package io.vertx.mqtt
-
Exception Class io.vertx.mqtt.MqttConnectionException
class MqttConnectionException extends Throwable implements Serializable-
Serialized Fields
-
code
MqttConnectReturnCode code
-
-
-
Exception Class io.vertx.mqtt.MqttException
class MqttException extends Throwable implements Serializable-
Serialized Fields
-
code
int code
-
-
-
-
Package io.vertx.mssqlclient
-
Exception Class io.vertx.mssqlclient.MSSQLException
class 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
-
Exception Class io.vertx.mysqlclient.MySQLBatchException
class MySQLBatchException extends VertxException implements Serializable -
Exception Class io.vertx.mysqlclient.MySQLException
class MySQLException extends DatabaseException implements Serializable
-
-
Package io.vertx.openapi.contract
-
Exception Class io.vertx.openapi.contract.OpenAPIContractBuilder.OpenAPIContractBuilderException
class OpenAPIContractBuilderException extends RuntimeException implements Serializable -
Exception Class io.vertx.openapi.contract.OpenAPIContractException
class OpenAPIContractException extends RuntimeException implements Serializable-
Serialized Fields
-
type
ContractErrorType type
-
-
-
-
Package io.vertx.openapi.validation
-
Exception Class io.vertx.openapi.validation.SchemaValidationException
class SchemaValidationException extends ValidatorException implements Serializable-
Serialized Fields
-
outputUnit
OutputUnit outputUnit
-
-
-
Exception Class io.vertx.openapi.validation.ValidatorException
class ValidatorException extends RuntimeException implements Serializable-
Serialized Fields
-
type
ValidatorErrorType type
-
-
-
-
Package io.vertx.oracleclient
-
Exception Class io.vertx.oracleclient.OracleException
class OracleException extends DatabaseException implements Serializable
-
-
Package io.vertx.pgclient
-
Exception Class io.vertx.pgclient.PgException
class 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
-
Exception Class io.vertx.serviceproxy.ServiceException
class ServiceException extends ReplyException implements Serializable-
Serialized Fields
-
debugInfo
JsonObject debugInfo
-
-
-
-
Package io.vertx.sqlclient
-
Exception Class io.vertx.sqlclient.ClosedConnectionException
class ClosedConnectionException extends VertxException implements Serializable -
Exception Class io.vertx.sqlclient.DatabaseException
class DatabaseException extends VertxException implements Serializable-
Serialized Fields
-
errorCode
int errorCode
-
sqlState
String sqlState
-
-
-
Exception Class io.vertx.sqlclient.TransactionRollbackException
class TransactionRollbackException extends VertxException implements Serializable
-
-
Package io.vertx.sqlclient.data
-
Class io.vertx.sqlclient.data.Numeric
class Numeric extends Number implements Serializable-
Serialized Fields
-
value
Number value
-
-
-