open class JobMethodInvocationFailedException : 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.
Author
Juergen Hoeller
Since
2.5.3
See Also
MethodInvokingJobDetailFactoryBean
JobMethodInvocationFailedException(methodInvoker: MethodInvoker, cause: Throwable)
Constructor for JobMethodInvocationFailedException. |