|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2001-2011, Terracotta, Inc.