Tuscany Core

org.apache.tuscany.core.wire
Class WireException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProxyCreationException, WireFactoryInitException

public abstract class WireException
extends TuscanyException

Denotes a top-level exception dealing with a wire

See Also:
Serialized Form

Constructor Summary
WireException()
           
WireException(String message)
           
WireException(String message, Throwable cause)
           
WireException(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

WireException

public WireException()

WireException

public WireException(String message)

WireException

public WireException(String message,
                     Throwable cause)

WireException

public WireException(Throwable cause)

Tuscany Core

-