Class InvocationException

All Implemented Interfaces:
Serializable

public class InvocationException extends PicoServiceProviderException
Wraps any checked exceptions that are thrown during the Interceptor invocations.
See Also:
  • Constructor Details

    • InvocationException

      public InvocationException(String msg, Throwable cause, ServiceProvider<?> serviceProvider)
      Constructor.
      Parameters:
      msg - the message
      cause - the root cause
      serviceProvider - the service provider