spring-framework / org.springframework.scheduling.quartz / JobMethodInvocationFailedException

JobMethodInvocationFailedException

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

Constructors

<init>

JobMethodInvocationFailedException(methodInvoker: MethodInvoker, cause: Throwable)

Constructor for JobMethodInvocationFailedException.