JTR 5.0 API Documentation

jtr.jms
Class JMSInjectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jtr.jms.JMSInjectionException
All Implemented Interfaces:
java.io.Serializable

public class JMSInjectionException
extends java.lang.Exception

This exception is thrown whenever something goes wrong during the injection of JMS related objects into a concrete IRunner implementation.

Since:
1.1
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)
See Also:
Serialized Form

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

JMSInjectionException

public JMSInjectionException(java.lang.String msg,
                             java.lang.Throwable root)
Parameterized constructor

Parameters:
msg - The message
root - The root cause

JMSInjectionException

public JMSInjectionException(java.lang.String msg)
Constructor with error message

Parameters:
msg - The message

The JTR Project is licensed under GPL version 2