org.quartz.jobs.ee.jms
Class JmsJobException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.quartz.SchedulerException
              
org.quartz.jobs.ee.jms.JmsJobException
- All Implemented Interfaces: 
 - Serializable
 
public final class JmsJobException
- extends SchedulerException
 
The JmsJobException is used to indicate an error during sending of a
 javax.jms.Message.
- Author:
 
  - Fernando Ribeiro, Weston M. Price
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
JmsJobException
public JmsJobException(String message)
JmsJobException
public JmsJobException(String message,
                       Throwable cause)
JmsJobException
public JmsJobException(Throwable cause)
Copyright 2001-2013, Terracotta, Inc.