Tuscany Core

org.apache.tuscany.core.wire
Class WireFactoryInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.common.TuscanyException
              extended by org.apache.tuscany.core.wire.WireException
                  extended by org.apache.tuscany.core.wire.WireFactoryInitException
All Implemented Interfaces:
java.io.Serializable

public class WireFactoryInitException
extends WireException

Denotes an error initializing a wire factory

Version:
$Rev: 396284 $ $Date: 2006-04-23 11:27:42 -0400 (Sun, 23 Apr 2006) $
See Also:
Serialized Form

Constructor Summary
WireFactoryInitException()
           
WireFactoryInitException(java.lang.String message)
           
WireFactoryInitException(java.lang.String message, java.lang.Throwable cause)
           
WireFactoryInitException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.common.TuscanyException
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

WireFactoryInitException

public WireFactoryInitException()

WireFactoryInitException

public WireFactoryInitException(java.lang.String message)

WireFactoryInitException

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

WireFactoryInitException

public WireFactoryInitException(java.lang.Throwable cause)

Tuscany Core

-