Package-level declarations
Types
Abstract base class for ErrorConverterFactory implementations.
Default error converter that handles common exception types.
Centralized error code constants for the Wow framework.
Functional interface for converting exceptions to standardized error information.
Factory interface for creating ErrorConverter instances.
Registry for managing error converters by exception type.
Exception thrown when a requested resource cannot be found.
Utility object for checking preconditions and throwing standardized exceptions.
Marker interface for exceptions that can be recovered through retry mechanisms.
Registry for managing recoverable exception classifications.
Base exception class for the Wow framework.
Properties
Functions
Determines recoverable type considering Retry annotation configuration.
Throws NotFoundResourceException if the Flux is empty.
Throws NotFoundResourceException if the Mono is empty.
Converts this Throwable to standardized ErrorInfo.