Serialized Form
-
Package io.helidon.codegen
-
Exception Class io.helidon.codegen.CodegenException
class CodegenException extends RuntimeException implements Serializable
-
-
Package io.helidon.codegen.classmodel
-
Exception Class io.helidon.codegen.classmodel.ClassModelException
class ClassModelException extends RuntimeException implements Serializable
-
-
Package io.helidon.common
-
Class io.helidon.common.Errors
-
Serialized Fields
-
hasFatal
boolean hasFatal
If there is a fatal error. -
hasHint
boolean hasHint
If there is a hint. -
hasWarning
boolean hasWarning
If there is a warning.
-
-
-
Exception Class io.helidon.common.Errors.ErrorMessagesException
class ErrorMessagesException extends RuntimeException implements Serializable-
Serialized Fields
-
messages
List<Errors.ErrorMessage> messages
List of error messages that triggered this exception.
-
-
-
Exception Class io.helidon.common.UncheckedException
class UncheckedException extends RuntimeException implements Serializable
-
-
Package io.helidon.common.buffers
-
Exception Class io.helidon.common.buffers.DataReader.IncorrectNewLineException
class IncorrectNewLineException extends RuntimeException implements Serializable -
Exception Class io.helidon.common.buffers.DataReader.InsufficientDataAvailableException
class InsufficientDataAvailableException extends RuntimeException implements Serializable
-
-
Package io.helidon.common.concurrency.limits
-
Exception Class io.helidon.common.concurrency.limits.IgnoreTaskException
class IgnoreTaskException extends RuntimeException implements Serializable -
Exception Class io.helidon.common.concurrency.limits.LimitException
class LimitException extends RuntimeException implements Serializable-
Serialized Fields
-
outcome
LimitAlgorithm.Outcome outcome
Outcome that caused this exception.
-
-
-
-
Package io.helidon.common.configurable
-
Exception Class io.helidon.common.configurable.ResourceException
class ResourceException extends RuntimeException implements Serializable
-
-
Package io.helidon.common.context
-
Exception Class io.helidon.common.context.ExecutorException
class ExecutorException extends RuntimeException implements Serializable
-
-
Package io.helidon.common.crypto
-
Exception Class io.helidon.common.crypto.CryptoException
class CryptoException extends RuntimeException implements Serializable
-
-
Package io.helidon.common.mapper
-
Exception Class io.helidon.common.mapper.MapperException
class MapperException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package io.helidon.common.pki
-
Exception Class io.helidon.common.pki.PkiException
class PkiException extends RuntimeException implements Serializable
-
-
Package io.helidon.common.socket
-
Exception Class io.helidon.common.socket.SocketWriterException
class SocketWriterException extends RuntimeException implements Serializable- serialVersionUID:
- -7500193395790009086L
-
-
Package io.helidon.common.testing.virtualthreads
-
Exception Class io.helidon.common.testing.virtualthreads.PinningAssertionError
class PinningAssertionError extends AssertionError implements Serializable-
Serialized Fields
-
recordedEvent
RecordedEvent recordedEvent
Pinning JFR event.
-
-
-
-
Package io.helidon.common.uri
-
Exception Class io.helidon.common.uri.UriValidationException
class UriValidationException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
invalidValue
char[] invalidValue
The value (containing illegal characters) that failed validation. -
segment
UriValidationException.Segment segment
Segment that failed validation.
-
-
-
-
Package io.helidon.config
-
Exception Class io.helidon.config.ConfigException
class ConfigException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class io.helidon.config.ConfigMappingException
class ConfigMappingException extends ConfigException implements Serializable- serialVersionUID:
- -5964426441508571154L
-
Exception Class io.helidon.config.MissingValueException
class MissingValueException extends ConfigException implements Serializable- serialVersionUID:
- 1L
-
-
Package io.helidon.config.encryption
-
Exception Class io.helidon.config.encryption.ConfigEncryptionException
class ConfigEncryptionException extends RuntimeException implements Serializable
-
-
Package io.helidon.config.spi
-
Exception Class io.helidon.config.spi.ConfigParserException
class ConfigParserException extends ConfigException implements Serializable- serialVersionUID:
- 1L
-
-
Package io.helidon.data
-
Exception Class io.helidon.data.DataException
class DataException extends RuntimeException implements Serializable -
Exception Class io.helidon.data.EntityExistsException
class EntityExistsException extends DataException implements Serializable -
Exception Class io.helidon.data.EntityNotFoundException
class EntityNotFoundException extends DataException implements Serializable -
Exception Class io.helidon.data.NonUniqueResultException
class NonUniqueResultException extends DataException implements Serializable -
Exception Class io.helidon.data.NoResultException
class NoResultException extends DataException implements Serializable -
Exception Class io.helidon.data.OptimisticLockException
class OptimisticLockException extends DataException implements Serializable
-
-
Package io.helidon.data.codegen.parser
-
Exception Class io.helidon.data.codegen.parser.MethodNameParserException
class MethodNameParserException extends ParserException implements Serializable-
Serialized Fields
-
token
String token
Invalid last token.
-
-
-
Exception Class io.helidon.data.codegen.parser.ParserException
class ParserException extends RuntimeException implements Serializable
-
-
Package io.helidon.dbclient
-
Exception Class io.helidon.dbclient.DbClientException
class DbClientException extends RuntimeException implements Serializable -
Exception Class io.helidon.dbclient.DbStatementException
class DbStatementException extends DbClientException implements Serializable-
Serialized Fields
-
statement
String statement
Database statement that caused an exception.
-
-
-
-
Package io.helidon.dbclient.health
-
Exception Class io.helidon.dbclient.health.HealthCheckBuilderException
class HealthCheckBuilderException extends DbClientException implements Serializable
-
-
Package io.helidon.faulttolerance
-
Exception Class io.helidon.faulttolerance.BulkheadException
class BulkheadException extends FaultToleranceException implements Serializable -
Exception Class io.helidon.faulttolerance.CircuitBreakerOpenException
class CircuitBreakerOpenException extends FaultToleranceException implements Serializable -
Exception Class io.helidon.faulttolerance.FaultToleranceException
class FaultToleranceException extends RuntimeException implements Serializable -
Exception Class io.helidon.faulttolerance.RetryException
class RetryException extends FaultToleranceException implements Serializable- serialVersionUID:
- -4170677285736327133L
-
Serialized Fields
-
outcome
RetryOutcome outcome
Retry outcome.
-
-
Exception Class io.helidon.faulttolerance.RetryTimeoutException
class RetryTimeoutException extends TimeoutException implements Serializable- serialVersionUID:
- 1900926677490550714L
-
Serialized Fields
-
lastRetryException
Throwable lastRetryException
Last exception that was thrown.
-
-
Exception Class io.helidon.faulttolerance.SupplierException
class SupplierException extends RuntimeException implements Serializable -
Exception Class io.helidon.faulttolerance.TimeoutException
class TimeoutException extends FaultToleranceException implements Serializable- serialVersionUID:
- 1900924677490550714L
-
-
Package io.helidon.health
-
Exception Class io.helidon.health.HealthCheckException
class HealthCheckException extends RuntimeException implements Serializable
-
-
Package io.helidon.http
-
Exception Class io.helidon.http.BadRequestException
class BadRequestException extends HttpException implements Serializable -
Exception Class io.helidon.http.ForbiddenException
class ForbiddenException extends HttpException implements Serializable -
Exception Class io.helidon.http.HttpException
class HttpException extends RuntimeException implements Serializable-
Serialized Fields
-
headers
ServerResponseHeaders headers
Header to return with the response. -
keepAlive
boolean keepAlive
Whether the connection can be kept alive. -
status
Status status
HTTP status to return.
-
-
-
Exception Class io.helidon.http.InternalServerException
class InternalServerException extends HttpException implements Serializable -
Exception Class io.helidon.http.NotFoundException
class NotFoundException extends HttpException implements Serializable -
Exception Class io.helidon.http.RequestedUriDiscoveryContext.UnsafeRequestedUriSettingsException
class UnsafeRequestedUriSettingsException extends RuntimeException implements Serializable -
Exception Class io.helidon.http.RequestException
class RequestException extends RuntimeException implements Serializable-
Serialized Fields
-
eventType
DirectHandler.EventType eventType
Type of this event. -
keepAlive
boolean keepAlive
Whether the connection can be kept alive. -
responseHeaders
ServerResponseHeaders responseHeaders
Header to return with the response. -
safeMessage
boolean safeMessage
Whether the message is safe to be shown in logs and messages. -
status
Status status
HTTP status to return. -
transportRequest
DirectHandler.TransportRequest transportRequest
Request as far as it could have been parsed.
-
-
-
Exception Class io.helidon.http.UnauthorizedException
class UnauthorizedException extends HttpException implements Serializable
-
-
Package io.helidon.http.http2
-
Exception Class io.helidon.http.http2.Http2Exception
class Http2Exception extends RuntimeException implements Serializable-
Serialized Fields
-
requestTarget
boolean requestTarget
Whether this is a request-target error. -
type
Http2ErrorCode type
Type of the HTTP/2 error.
-
-
-
-
Package io.helidon.http.media
-
Exception Class io.helidon.http.media.UnsupportedTypeException
class UnsupportedTypeException extends RuntimeException implements Serializable
-
-
Package io.helidon.http.media.jackson
-
Exception Class io.helidon.http.media.jackson.JacksonRuntimeException
class JacksonRuntimeException extends RuntimeException implements Serializable
-
-
Package io.helidon.json
-
Exception Class io.helidon.json.JsonDecodingException
class JsonDecodingException extends JsonException implements Serializable -
Exception Class io.helidon.json.JsonException
class JsonException extends RuntimeException implements Serializable
-
-
Package io.helidon.json.binding
-
Exception Class io.helidon.json.binding.JsonBindingException
class JsonBindingException extends JsonException implements Serializable
-
-
Package io.helidon.json.schema
-
Exception Class io.helidon.json.schema.JsonSchemaException
class JsonSchemaException extends RuntimeException implements Serializable
-
-
Package io.helidon.messaging
-
Exception Class io.helidon.messaging.BatchDeliveryException
class BatchDeliveryException extends MessagingException implements Serializable-
Serialized Fields
-
batch
MessageBatch<?> batch
Original delivery batch. -
outcomes
List<BatchItemOutcome> outcomes
Ordered delivery outcomes.
-
-
-
Exception Class io.helidon.messaging.MessagingException
class MessagingException extends RuntimeException implements Serializable -
Exception Class io.helidon.messaging.MessagingRejectedException
class MessagingRejectedException extends MessagingException implements Serializable-
Serialized Fields
-
channel
String channel
Rejected channel. -
reason
MessagingRejectedException.Reason reason
Rejection reason.
-
-
-
-
Package io.helidon.metadata.hson
-
Exception Class io.helidon.metadata.hson.HsonException
class HsonException extends RuntimeException implements Serializable -
Exception Class io.helidon.metadata.hson.HsonNotFoundException
class HsonNotFoundException extends HsonException implements Serializable
-
-
Package io.helidon.scheduling
-
Exception Class io.helidon.scheduling.SchedulingException
class SchedulingException extends RuntimeException implements Serializable- serialVersionUID:
- 5122381873953845599L
-
-
Package io.helidon.security
-
Exception Class io.helidon.security.SecurityException
class SecurityException extends RuntimeException implements Serializable
-
-
Package io.helidon.security.jwt
-
Exception Class io.helidon.security.jwt.JwtException
class JwtException extends RuntimeException implements Serializable
-
-
Package io.helidon.security.providers.httpauth
-
Exception Class io.helidon.security.providers.httpauth.HttpAuthException
class HttpAuthException extends SecurityException implements Serializable
-
-
Package io.helidon.security.providers.httpsign
-
Exception Class io.helidon.security.providers.httpsign.HttpSignatureException
class HttpSignatureException extends SecurityException implements Serializable
-
-
Package io.helidon.service.registry
-
Exception Class io.helidon.service.registry.EventDispatchException
class EventDispatchException extends RuntimeException implements Serializable -
Exception Class io.helidon.service.registry.InterceptionException
class InterceptionException extends ServiceRegistryException implements Serializable-
Serialized Fields
-
targetWasCalled
boolean 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.ScopeNotActiveException
class ScopeNotActiveException extends ServiceRegistryException implements Serializable-
Serialized Fields
-
scope
TypeName scope
Scope that was expected to be active.
-
-
-
Exception Class io.helidon.service.registry.ServiceRegistryException
class ServiceRegistryException extends RuntimeException implements Serializable
-
-
Package io.helidon.testing
-
Exception Class io.helidon.testing.TestException
class TestException extends RuntimeException implements Serializable
-
-
Package io.helidon.tracing
-
Exception Class io.helidon.tracing.SpanListener.ForbiddenOperationException
class ForbiddenOperationException extends RuntimeException implements Serializable
-
-
Package io.helidon.transaction
-
Exception Class io.helidon.transaction.TxException
class TxException extends RuntimeException implements Serializable
-
-
Package io.helidon.validation
-
Exception Class io.helidon.validation.ValidationException
class ValidationException extends RuntimeException implements Serializable-
Serialized Fields
-
violations
List<ConstraintViolation> violations
List of validation constraints.
-
-
-
-
Package io.helidon.webclient.api
-
Exception Class io.helidon.webclient.api.RuntimeUnknownHostException
class RuntimeUnknownHostException extends RuntimeException implements Serializable
-
-
Package io.helidon.webclient.http2
-
Exception Class io.helidon.webclient.http2.StreamTimeoutException
class StreamTimeoutException extends RuntimeException implements Serializable-
Serialized Fields
-
stream
Http2ClientStream stream
Stream that timed out.
-
-
-
-
Package io.helidon.webclient.websocket
-
Exception Class io.helidon.webclient.websocket.WsClientException
class WsClientException extends RuntimeException implements Serializable
-
-
Package io.helidon.webserver
-
Exception Class io.helidon.webserver.CloseConnectionException
class CloseConnectionException extends RuntimeException implements Serializable -
Exception Class io.helidon.webserver.ListenerTlsContext.RejectedSniException
class RejectedSniException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
sendUnrecognizedNameAlert
boolean sendUnrecognizedNameAlert
Whether to send a TLSunrecognized_namealert.
-
-
-
Exception Class io.helidon.webserver.ServerConnectionException
class ServerConnectionException extends CloseConnectionException implements Serializable
-
-
Package io.helidon.websocket
-
Exception Class io.helidon.websocket.WsCloseException
class WsCloseException extends RuntimeException implements Serializable-
Serialized Fields
-
code
int code
WebSocket close code.
-
-
-
Exception Class io.helidon.websocket.WsUpgradeException
class WsUpgradeException extends RuntimeException implements Serializable
-