public class JobMethodInvocationFailedException
extends org.springframework.core.NestedRuntimeException
MethodInvokingJobDetailFactoryBean,
Serialized Form| Constructor and Description |
|---|
JobMethodInvocationFailedException(org.springframework.util.MethodInvoker methodInvoker,
Throwable cause)
Constructor for JobMethodInvocationFailedException.
|
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JobMethodInvocationFailedException(org.springframework.util.MethodInvoker methodInvoker,
Throwable cause)
methodInvoker - the MethodInvoker used for reflective invocationcause - the root cause (as thrown from the target method)