Tuscany Core

org.apache.tuscany.core.injection
Class FactoryInitException

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
                      extended by org.apache.tuscany.core.injection.FactoryInitException
All Implemented Interfaces:
java.io.Serializable

public class FactoryInitException
extends InjectionRuntimeException

Denotes an exception initializing an object factory

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

Constructor Summary
FactoryInitException()
           
FactoryInitException(java.lang.String message)
           
FactoryInitException(java.lang.String message, java.lang.Throwable cause)
           
FactoryInitException(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

FactoryInitException

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

FactoryInitException

public FactoryInitException(java.lang.String message)

FactoryInitException

public FactoryInitException(java.lang.Throwable cause)

FactoryInitException

public FactoryInitException()

Tuscany Core

-