org.apache.tuscany.core.injection
Class InjectionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.common.TuscanyRuntimeException
org.apache.tuscany.core.injection.InjectionRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FactoryInitException, ObjectCallbackException, ObjectCreationException
public abstract class InjectionRuntimeException
- extends TuscanyRuntimeException
Root unchecked exception for the injection package
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
- See Also:
- Serialized Form
InjectionRuntimeException
public InjectionRuntimeException()
InjectionRuntimeException
public InjectionRuntimeException(String message)
InjectionRuntimeException
public InjectionRuntimeException(String message,
Throwable cause)
InjectionRuntimeException
public InjectionRuntimeException(Throwable cause)
-