Uses of Class
io.helidon.pico.api.PicoServiceProviderException
Packages that use PicoServiceProviderException
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of PicoServiceProviderException in io.helidon.pico.api
Subclasses of PicoServiceProviderException in io.helidon.pico.apiModifier and TypeClassDescriptionclassRepresents an injection exception.classWraps any checked exceptions that are thrown during theInterceptorinvocations.Methods in io.helidon.pico.api that throw PicoServiceProviderExceptionModifier and TypeMethodDescription<T> ActivationResultInjector.activateInject(T serviceOrServiceProvider, InjectorOptions opts) Called to activate and inject a manage service instance or service provider, putting it intoPhase.ACTIVE.<T> ActivationResultInjector.deactivate(T serviceOrServiceProvider, InjectorOptions opts) Called to deactivate a managed service or service provider, putting it intoPhase.DESTROYED.