public class JobMethodInvocationFailedException extends NestedRuntimeException
MethodInvokingJobDetailFactoryBean
,
Serialized FormConstructor and Description |
---|
JobMethodInvocationFailedException(MethodInvoker methodInvoker,
Throwable cause)
Constructor for JobMethodInvocationFailedException.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JobMethodInvocationFailedException(MethodInvoker methodInvoker, Throwable cause)
methodInvoker
- the MethodInvoker used for reflective invocationcause
- the root cause (as thrown from the target method)