Serialized Form
- 
Package io.helidon.codegen- 
Exception Class io.helidon.codegen.CodegenExceptionclass CodegenException extends RuntimeException implements Serializable- 
Serialized Fields- 
originatingElementObject originatingElement Originating element, depends on which codegen implementation is used. For annotation processor, this could be the Element that caused this exception.
 
- 
 
- 
 
- 
- 
Package io.helidon.codegen.classmodel- 
Exception Class io.helidon.codegen.classmodel.ClassModelExceptionclass ClassModelException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.common- 
Class io.helidon.common.Errors- 
Serialized Fields- 
hasFatalboolean hasFatal If there is a fatal error.
- 
hasHintboolean hasHint If there is a hint.
- 
hasWarningboolean hasWarning If there is a warning.
 
- 
 
- 
- 
Exception Class io.helidon.common.Errors.ErrorMessagesExceptionclass ErrorMessagesException extends RuntimeException implements Serializable- 
Serialized Fields- 
messagesList<Errors.ErrorMessage> messages List of error messages that triggered this exception.
 
- 
 
- 
- 
Exception Class io.helidon.common.UncheckedExceptionclass UncheckedException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.common.buffers- 
Exception Class io.helidon.common.buffers.DataReader.IncorrectNewLineExceptionclass IncorrectNewLineException extends RuntimeException implements Serializable
- 
Exception Class io.helidon.common.buffers.DataReader.InsufficientDataAvailableExceptionclass InsufficientDataAvailableException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.common.concurrency.limits- 
Exception Class io.helidon.common.concurrency.limits.IgnoreTaskExceptionclass IgnoreTaskException extends RuntimeException implements Serializable
- 
Exception Class io.helidon.common.concurrency.limits.LimitExceptionclass LimitException extends RuntimeException implements Serializable
- 
Class io.helidon.common.concurrency.limits.NoopSemaphoreclass NoopSemaphore extends Semaphore implements Serializable
 
- 
- 
Package io.helidon.common.config- 
Exception Class io.helidon.common.config.ConfigExceptionclass ConfigException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package io.helidon.common.configurable- 
Exception Class io.helidon.common.configurable.ResourceExceptionclass ResourceException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.common.context- 
Exception Class io.helidon.common.context.ExecutorExceptionclass ExecutorException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.common.crypto- 
Exception Class io.helidon.common.crypto.CryptoExceptionclass CryptoException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.common.mapper- 
Exception Class io.helidon.common.mapper.MapperExceptionclass MapperException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package io.helidon.common.pki- 
Exception Class io.helidon.common.pki.PkiExceptionclass PkiException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.common.socket- 
Exception Class io.helidon.common.socket.SocketWriterExceptionclass SocketWriterException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.common.testing.virtualthreads- 
Exception Class io.helidon.common.testing.virtualthreads.PinningAssertionErrorclass PinningAssertionError extends AssertionError implements Serializable- 
Serialized Fields- 
recordedEventRecordedEvent recordedEvent Pinning JFR event.
 
- 
 
- 
 
- 
- 
Package io.helidon.common.uri- 
Exception Class io.helidon.common.uri.UriValidationExceptionclass UriValidationException extends IllegalArgumentException implements Serializable- 
Serialized Fields- 
invalidValuechar[] invalidValue The value (containing illegal characters) that failed validation.
- 
segmentUriValidationException.Segment segment Segment that failed validation.
 
- 
 
- 
 
- 
- 
Package io.helidon.config- 
Exception Class io.helidon.config.ConfigExceptionclass ConfigException extends ConfigException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception Class io.helidon.config.ConfigMappingExceptionclass ConfigMappingException extends ConfigException implements Serializable- serialVersionUID:
- -5964426441508571154L
 
- 
Exception Class io.helidon.config.MissingValueExceptionclass MissingValueException extends ConfigException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package io.helidon.config.encryption- 
Exception Class io.helidon.config.encryption.ConfigEncryptionExceptionclass ConfigEncryptionException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.config.spi- 
Exception Class io.helidon.config.spi.ConfigParserExceptionclass ConfigParserException extends ConfigException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package io.helidon.data- 
Exception Class io.helidon.data.DataExceptionclass DataException extends RuntimeException implements Serializable
- 
Exception Class io.helidon.data.EntityExistsExceptionclass EntityExistsException extends DataException implements Serializable
- 
Exception Class io.helidon.data.EntityNotFoundExceptionclass EntityNotFoundException extends DataException implements Serializable
- 
Exception Class io.helidon.data.NonUniqueResultExceptionclass NonUniqueResultException extends DataException implements Serializable
- 
Exception Class io.helidon.data.NoResultExceptionclass NoResultException extends DataException implements Serializable
- 
Exception Class io.helidon.data.OptimisticLockExceptionclass OptimisticLockException extends DataException implements Serializable
 
- 
- 
Package io.helidon.data.codegen.parser- 
Exception Class io.helidon.data.codegen.parser.MethodNameParserExceptionclass MethodNameParserException extends ParserException implements Serializable- 
Serialized Fields- 
tokenString token Invalid last token.
 
- 
 
- 
- 
Exception Class io.helidon.data.codegen.parser.ParserExceptionclass ParserException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.dbclient- 
Exception Class io.helidon.dbclient.DbClientExceptionclass DbClientException extends RuntimeException implements Serializable
- 
Exception Class io.helidon.dbclient.DbStatementExceptionclass DbStatementException extends DbClientException implements Serializable- 
Serialized Fields- 
statementString statement 
 
- 
 
- 
 
- 
- 
Package io.helidon.dbclient.health- 
Exception Class io.helidon.dbclient.health.HealthCheckBuilderExceptionclass HealthCheckBuilderException extends DbClientException implements Serializable
 
- 
- 
Package io.helidon.faulttolerance- 
Exception Class io.helidon.faulttolerance.BulkheadExceptionclass BulkheadException extends FaultToleranceException implements Serializable
- 
Exception Class io.helidon.faulttolerance.CircuitBreakerOpenExceptionclass CircuitBreakerOpenException extends FaultToleranceException implements Serializable
- 
Exception Class io.helidon.faulttolerance.FaultToleranceExceptionclass FaultToleranceException extends RuntimeException implements Serializable
- 
Exception Class io.helidon.faulttolerance.RetryTimeoutExceptionclass RetryTimeoutException extends TimeoutException implements Serializable- serialVersionUID:
- 1900926677490550714L
 - 
Serialized Fields- 
lastRetryExceptionThrowable lastRetryException Last exception that was thrown.
 
- 
 
- 
Exception Class io.helidon.faulttolerance.SupplierExceptionclass SupplierException extends RuntimeException implements Serializable
- 
Exception Class io.helidon.faulttolerance.TimeoutExceptionclass TimeoutException extends FaultToleranceException implements Serializable- serialVersionUID:
- 1900924677490550714L
 
 
- 
- 
Package io.helidon.health- 
Exception Class io.helidon.health.HealthCheckExceptionclass HealthCheckException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.http- 
Exception Class io.helidon.http.BadRequestExceptionclass BadRequestException extends HttpException implements Serializable
- 
Exception Class io.helidon.http.ForbiddenExceptionclass ForbiddenException extends HttpException implements Serializable
- 
Exception Class io.helidon.http.HttpExceptionclass HttpException extends RuntimeException implements Serializable- 
Serialized Fields- 
headersServerResponseHeaders headers Header to return with the response.
- 
keepAliveboolean keepAlive Whether the connection can be kept alive.
- 
statusStatus status HTTP status to return.
 
- 
 
- 
- 
Exception Class io.helidon.http.InternalServerExceptionclass InternalServerException extends HttpException implements Serializable
- 
Exception Class io.helidon.http.NotFoundExceptionclass NotFoundException extends HttpException implements Serializable
- 
Exception Class io.helidon.http.RequestedUriDiscoveryContext.UnsafeRequestedUriSettingsExceptionclass UnsafeRequestedUriSettingsException extends RuntimeException implements Serializable
- 
Exception Class io.helidon.http.RequestExceptionclass RequestException extends RuntimeException implements Serializable- 
Serialized Fields- 
eventTypeDirectHandler.EventType eventType Type of this event.
- 
keepAliveboolean keepAlive Whether the connection can be kept alive.
- 
responseHeadersServerResponseHeaders responseHeaders Header to return with the response.
- 
safeMessageboolean safeMessage Whether the message is safe to be shown in logs and messages.
- 
statusStatus status HTTP status to return.
- 
transportRequestDirectHandler.TransportRequest transportRequest Request as far as it could have been parsed.
 
- 
 
- 
- 
Exception Class io.helidon.http.UnauthorizedExceptionclass UnauthorizedException extends HttpException implements Serializable
 
- 
- 
Package io.helidon.http.http2- 
Exception Class io.helidon.http.http2.Http2Exceptionclass Http2Exception extends RuntimeException implements Serializable- 
Serialized Fields- 
typeHttp2ErrorCode type Type of the HTTP/2 error.
 
- 
 
- 
 
- 
- 
Package io.helidon.http.media- 
Exception Class io.helidon.http.media.UnsupportedTypeExceptionclass UnsupportedTypeException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.http.media.jackson- 
Exception Class io.helidon.http.media.jackson.JacksonRuntimeExceptionclass JacksonRuntimeException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.integrations.cdi.eclipselink- 
Class io.helidon.integrations.cdi.eclipselink.CDISEPlatform.Eclipselink.Literal- serialVersionUID:
- 1L
 
 
- 
- 
Package io.helidon.integrations.cdi.hibernate- 
Class io.helidon.integrations.cdi.hibernate.CDISEJtaPlatformclass CDISEJtaPlatform extends AbstractJtaPlatform implements Serializable- serialVersionUID:
- 1L
 
- 
Class io.helidon.integrations.cdi.hibernate.DataSourceBackedDialectFactoryclass DataSourceBackedDialectFactory extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
dfiDialectFactoryImpl dfi An instance of Hibernate's standardDialectFactoryimplementation (DialectFactoryImpl) to which all "real work" is delegated.This field is set once, ever, to a non- nullvalue, by theDataSourceBackedDialectFactory.initiateService(Map, ServiceRegistryImplementor)method, which Hibernate calls as part of its bootstrap protocol.- See Also:
 
 
- 
 
 
- 
- 
Package io.helidon.integrations.cdi.jpa- 
Class io.helidon.integrations.cdi.jpa.CdiTransactionScoped.Literalclass Literal extends AnnotationLiteral<io.helidon.integrations.cdi.jpa.CdiTransactionScoped> implements Serializable- serialVersionUID:
- 1L
 
- 
Class io.helidon.integrations.cdi.jpa.ContainerManaged.Literalclass Literal extends AnnotationLiteral<io.helidon.integrations.cdi.jpa.ContainerManaged> implements Serializable- serialVersionUID:
- 1L
 
- 
Class io.helidon.integrations.cdi.jpa.Extended.Literalclass Literal extends AnnotationLiteral<io.helidon.integrations.cdi.jpa.Extended> implements Serializable- serialVersionUID:
- 1L
 
- 
Class io.helidon.integrations.cdi.jpa.JpaTransactionScoped.Literalclass Literal extends AnnotationLiteral<io.helidon.integrations.cdi.jpa.JpaTransactionScoped> implements Serializable- serialVersionUID:
- 1L
 
- 
Class io.helidon.integrations.cdi.jpa.JtaTransactionScoped.Literalclass Literal extends AnnotationLiteral<io.helidon.integrations.cdi.jpa.JtaTransactionScoped> implements Serializable- serialVersionUID:
- 1L
 
- 
Class io.helidon.integrations.cdi.jpa.NonTransactional.Literalclass Literal extends AnnotationLiteral<io.helidon.integrations.cdi.jpa.NonTransactional> implements Serializable- serialVersionUID:
- 1L
 
- 
Class io.helidon.integrations.cdi.jpa.Synchronized.Literalclass Literal extends AnnotationLiteral<io.helidon.integrations.cdi.jpa.Synchronized> implements Serializable- serialVersionUID:
- 1L
 
- 
Class io.helidon.integrations.cdi.jpa.Unsynchronized.Literalclass Literal extends AnnotationLiteral<io.helidon.integrations.cdi.jpa.Unsynchronized> implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package io.helidon.integrations.common.rest- 
Exception Class io.helidon.integrations.common.rest.ApiExceptionclass ApiException extends RuntimeException implements Serializable
- 
Exception Class io.helidon.integrations.common.rest.ApiRestExceptionclass ApiRestException extends ApiException implements Serializable
- 
Exception Class io.helidon.integrations.common.rest.RestExceptionclass RestException extends ApiRestException implements Serializable
 
- 
- 
Package io.helidon.integrations.graal.mp.nativeimage.extension- 
Exception Class io.helidon.integrations.graal.mp.nativeimage.extension.NativeImageExceptionclass NativeImageException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.integrations.jdbc- 
Exception Class io.helidon.integrations.jdbc.UncheckedSQLExceptionclass UncheckedSQLException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package io.helidon.integrations.langchain4j- 
Exception Class io.helidon.integrations.langchain4j.TokenStreamExceptionclass TokenStreamException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.integrations.micrometer- 
Exception Class io.helidon.integrations.micrometer.MeterRegistryFactory.BuiltInRegistryType.UnrecognizedBuiltInRegistryTypeExceptionclass UnrecognizedBuiltInRegistryTypeException extends Exception implements Serializable- serialVersionUID:
- 9079876961827144352L
 - 
Serialized Fields- 
unrecognizedTypeString unrecognizedType 
 
- 
 
 
- 
- 
Package io.helidon.integrations.micronaut.cdi- 
Exception Class io.helidon.integrations.micronaut.cdi.MicronautCdiExceptionclass MicronautCdiException extends RuntimeException implements Serializable
- 
Class io.helidon.integrations.micronaut.cdi.MicronautIntercepted.Literal
 
- 
- 
Package io.helidon.integrations.microstream.cache- 
Exception Class io.helidon.integrations.microstream.cache.ConfigExceptionclass ConfigException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.integrations.neo4j- 
Exception Class io.helidon.integrations.neo4j.Neo4jExceptionclass Neo4jException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.integrations.oci.sdk.cdi- 
Class io.helidon.integrations.oci.sdk.cdi.OciConfig.Literal- serialVersionUID:
- 1L
 
 
- 
- 
Package io.helidon.integrations.vault- 
Exception Class io.helidon.integrations.vault.VaultApiExceptionclass VaultApiException extends ApiException implements Serializable
- 
Exception Class io.helidon.integrations.vault.VaultRestExceptionclass VaultRestException extends ApiRestException implements Serializable
 
- 
- 
Package io.helidon.json.schema- 
Exception Class io.helidon.json.schema.JsonSchemaExceptionclass JsonSchemaException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.lra.coordinator.client- 
Exception Class io.helidon.lra.coordinator.client.CoordinatorConnectionExceptionclass CoordinatorConnectionException extends RuntimeException implements Serializable- 
Serialized Fields- 
statusint status 
 
- 
 
- 
 
- 
- 
Package io.helidon.messaging- 
Exception Class io.helidon.messaging.MessagingExceptionclass MessagingException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.metadata.hson- 
Exception Class io.helidon.metadata.hson.HsonExceptionclass HsonException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.microprofile.cdi- 
Class io.helidon.microprofile.cdi.BuildTimeEnd.Literal- serialVersionUID:
- 1L
 
- 
Class io.helidon.microprofile.cdi.BuildTimeStart.Literal- serialVersionUID:
- 1L
 
- 
Class io.helidon.microprofile.cdi.RuntimeStart.Literal- serialVersionUID:
- 1L
 
 
- 
- 
Package io.helidon.microprofile.graphql.server- 
Exception Class io.helidon.microprofile.graphql.server.GraphQlConfigurationExceptionclass GraphQlConfigurationException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.microprofile.messaging- 
Exception Class io.helidon.microprofile.messaging.MessagingDeploymentExceptionclass MessagingDeploymentException extends DeploymentException implements Serializable- serialVersionUID:
- -3557502138808845259L
 
- 
Exception Class io.helidon.microprofile.messaging.MessagingExceptionclass MessagingException extends RuntimeException implements Serializable- serialVersionUID:
- 5597847427141298958L
 
 
- 
- 
Package io.helidon.microprofile.metrics- 
Class io.helidon.microprofile.metrics.InterceptorCounted.Binding.Literalclass Literal extends AnnotationLiteral<io.helidon.microprofile.metrics.InterceptorCounted.Binding> implements Serializable- serialVersionUID:
- 1L
 
- 
Class io.helidon.microprofile.metrics.InterceptorTimed.Binding.Literalclass Literal extends AnnotationLiteral<io.helidon.microprofile.metrics.InterceptorTimed.Binding> implements Serializable- serialVersionUID:
- 1L
 
- 
Class io.helidon.microprofile.metrics.SyntheticRestRequest.Literalclass Literal extends AnnotationLiteral<io.helidon.microprofile.metrics.SyntheticRestRequest> implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package io.helidon.microprofile.telemetry- 
Class io.helidon.microprofile.telemetry.HelidonWithSpan.Literalclass Literal extends AnnotationLiteral<io.helidon.microprofile.telemetry.HelidonWithSpan> implements Serializable- serialVersionUID:
- 5910339603347723544L
 
 
- 
- 
Package io.helidon.microprofile.testing- 
Exception Class io.helidon.microprofile.testing.HelidonTestContainer.InitializationFailedclass InitializationFailed extends RuntimeException implements Serializable
- 
Class io.helidon.microprofile.testing.HelidonTestScoped.Literalclass Literal extends AnnotationLiteral<io.helidon.microprofile.testing.HelidonTestScoped> implements Serializable
 
- 
- 
Package io.helidon.scheduling- 
Exception Class io.helidon.scheduling.SchedulingExceptionclass SchedulingException extends RuntimeException implements Serializable- serialVersionUID:
- 5122381873953845599L
 
 
- 
- 
Package io.helidon.security- 
Exception Class io.helidon.security.SecurityExceptionclass SecurityException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.security.jwt- 
Exception Class io.helidon.security.jwt.JwtExceptionclass JwtException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.security.providers.google.login- 
Exception Class io.helidon.security.providers.google.login.GoogleTokenExceptionclass GoogleTokenException extends SecurityException implements Serializable
 
- 
- 
Package io.helidon.security.providers.httpauth- 
Exception Class io.helidon.security.providers.httpauth.HttpAuthExceptionclass HttpAuthException extends SecurityException implements Serializable
 
- 
- 
Package io.helidon.security.providers.httpsign- 
Exception Class io.helidon.security.providers.httpsign.HttpSignatureExceptionclass HttpSignatureException extends SecurityException implements Serializable
 
- 
- 
Package io.helidon.service.registry- 
Exception Class io.helidon.service.registry.EventDispatchExceptionclass EventDispatchException extends RuntimeException implements Serializable
- 
Exception Class io.helidon.service.registry.InterceptionExceptionclass InterceptionException extends ServiceRegistryException implements Serializable- 
Serialized Fields- 
targetWasCalledboolean targetWasCalled Tracks whether the target being intercepted was called once successfully - meaning that the target was called and it did not result in any exception being thrown.
 
- 
 
- 
- 
Exception Class io.helidon.service.registry.ScopeNotActiveExceptionclass ScopeNotActiveException extends ServiceRegistryException implements Serializable- 
Serialized Fields- 
scopeTypeName scope Scope that was expected to be active.
 
- 
 
- 
- 
Exception Class io.helidon.service.registry.ServiceRegistryExceptionclass ServiceRegistryException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.testing- 
Exception Class io.helidon.testing.TestExceptionclass TestException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.tracing- 
Exception Class io.helidon.tracing.SpanListener.ForbiddenOperationExceptionclass ForbiddenOperationException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.transaction- 
Exception Class io.helidon.transaction.TxExceptionclass TxException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.webclient.api- 
Exception Class io.helidon.webclient.api.RuntimeUnknownHostExceptionclass RuntimeUnknownHostException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.webclient.http2- 
Exception Class io.helidon.webclient.http2.StreamTimeoutExceptionclass StreamTimeoutException extends RuntimeException implements Serializable- 
Serialized Fields- 
streamHttp2ClientStream stream 
 
- 
 
- 
 
- 
- 
Package io.helidon.webclient.websocket- 
Exception Class io.helidon.webclient.websocket.WsClientExceptionclass WsClientException extends RuntimeException implements Serializable
 
- 
- 
Package io.helidon.webserver- 
Exception Class io.helidon.webserver.CloseConnectionExceptionclass CloseConnectionException extends RuntimeException implements Serializable
- 
Exception Class io.helidon.webserver.ServerConnectionExceptionclass ServerConnectionException extends CloseConnectionException implements Serializable
 
- 
- 
Package io.helidon.websocket- 
Exception Class io.helidon.websocket.WsCloseExceptionclass WsCloseException extends RuntimeException implements Serializable- 
Serialized Fields- 
codeint code 
 
- 
 
- 
- 
Exception Class io.helidon.websocket.WsUpgradeExceptionclass WsUpgradeException extends Exception implements Serializable
 
-