JmsJobException (Quartz Parent POM 2.0.1 API)

Quartz Java



org.quartz.jobs.ee.jms Class JmsJobException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.quartz.SchedulerException
              extended by org.quartz.jobs.ee.jms.JmsJobException
All Implemented Interfaces:
Serializable

public class JmsJobException
extends SchedulerException

The JmsJobException is used to indicate an error during sending of a javax.jms.Messaage.

Author:
Weston M. Price
See Also:
Serialized Form

Constructor Summary
JmsJobException()
           
JmsJobException(String message)
           
JmsJobException(String message, Throwable cause)
           
JmsJobException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.quartz.SchedulerException
getUnderlyingException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JmsJobException

public JmsJobException()

JmsJobException

public JmsJobException(String message)

JmsJobException

public JmsJobException(Throwable cause)

JmsJobException

public JmsJobException(String message,
                       Throwable cause)


Copyright 2001-2011, Terracotta, Inc.