Tuscany Core

org.apache.tuscany.core.injection
Class InjectionRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tuscany.common.TuscanyRuntimeException
                  extended by org.apache.tuscany.core.injection.InjectionRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FactoryInitException, ObjectCallbackException, ObjectCreationException

public abstract class InjectionRuntimeException
extends org.apache.tuscany.common.TuscanyRuntimeException

Root unchecked exception for the injection package

Version:
$Rev: 406532 $ $Date: 2006-05-15 00:23:43 -0400 (Mon, 15 May 2006) $
See Also:
Serialized Form

Constructor Summary
InjectionRuntimeException()
           
InjectionRuntimeException(java.lang.String message)
           
InjectionRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
InjectionRuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.common.TuscanyRuntimeException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InjectionRuntimeException

public InjectionRuntimeException()

InjectionRuntimeException

public InjectionRuntimeException(java.lang.String message)

InjectionRuntimeException

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

InjectionRuntimeException

public InjectionRuntimeException(java.lang.Throwable cause)

Tuscany Core

-