org.shiftone.jrat.inject
Class InjectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.shiftone.jrat.util.NestedRuntimeException
                  extended by org.shiftone.jrat.core.JRatException
                      extended by org.shiftone.jrat.inject.InjectionException
All Implemented Interfaces:
java.io.Serializable

public class InjectionException
extends JRatException

Author:
jeff@shiftone.org (Jeff Drost)
See Also:
Serialized Form

Constructor Summary
InjectionException(java.lang.String message)
           
InjectionException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.shiftone.jrat.util.NestedRuntimeException
getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InjectionException

public InjectionException(java.lang.String message)

InjectionException

public InjectionException(java.lang.String message,
                          java.lang.Throwable cause)