org.quartz.examples.example6
Class JobExceptionExample

java.lang.Object
  extended by 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

Constructor Summary
JobExceptionExample()
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobExceptionExample

public JobExceptionExample()
Method Detail

run

public void run()
         throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.