Class JobMethodInvocationFailedException

All Implemented Interfaces:
Serializable

public class JobMethodInvocationFailedException extends NestedRuntimeException
Unchecked exception that wraps an exception thrown from a target method. Propagated to the Quartz scheduler from a Job that reflectively invokes an arbitrary target method.
Since:
2.5.3
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • 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)