|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jtr.jms.JMSInjectionException
public class JMSInjectionException
This exception is thrown whenever something goes wrong during the injection
of JMS related objects into a concrete IRunner
implementation.
Constructor Summary | |
---|---|
JMSInjectionException(java.lang.String msg)
Constructor with error message |
|
JMSInjectionException(java.lang.String msg,
java.lang.Throwable root)
Parameterized constructor |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JMSInjectionException(java.lang.String msg, java.lang.Throwable root)
msg
- The messageroot
- The root causepublic JMSInjectionException(java.lang.String msg)
msg
- The message
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |