org.quartz.examples.example6
Class JobExceptionExample
java.lang.Object
org.quartz.examples.example6.JobExceptionExample
public class JobExceptionExample
- extends Object
This job demonstrates how Quartz can handle JobExecutionExceptions that are
thrown by jobs.
- Author:
- Bill Kratzer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobExceptionExample
public JobExceptionExample()
run
public void run()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2010. All Rights Reserved.