public class JobMethodInvocationFailedException extends NestedRuntimeException
MethodInvokingJobDetailFactoryBean, 
Serialized Form| Constructor and Description | 
|---|
| JobMethodInvocationFailedException(MethodInvoker methodInvoker,
                                  java.lang.Throwable cause)Constructor for JobMethodInvocationFailedException. | 
contains, getMessage, getMostSpecificCause, getRootCausepublic JobMethodInvocationFailedException(MethodInvoker methodInvoker, java.lang.Throwable cause)
methodInvoker - the MethodInvoker used for reflective invocationcause - the root cause (as thrown from the target method)