Class JobMethodInvocationFailedException

    • Constructor Detail

      • JobMethodInvocationFailedException

        public JobMethodInvocationFailedException​(MethodInvoker methodInvoker,
                                                  Throwable cause)
        Constructor for JobMethodInvocationFailedException.
        Parameters:
        methodInvoker - the MethodInvoker used for reflective invocation
        cause - the root cause (as thrown from the target method)