java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.pico.api.PicoException
io.helidon.pico.api.PicoServiceProviderException
io.helidon.pico.api.InvocationException
- All Implemented Interfaces:
Serializable
Wraps any checked exceptions that are thrown during the
Interceptor invocations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvocationException(String msg, Throwable cause, ServiceProvider<?> serviceProvider) Constructor. -
Method Summary
Methods inherited from class io.helidon.pico.api.PicoServiceProviderException
getMessage, serviceProviderMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvocationException
Constructor.- Parameters:
msg- the messagecause- the root causeserviceProvider- the service provider
-