Tuscany Core

org.apache.tuscany.core.wire
Class ProxyCreationException

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.ProxyCreationException
All Implemented Interfaces:
java.io.Serializable

public class ProxyCreationException
extends WireException

Denotes an error creating a proxy representing for a wire

Version:
$Rev: 394379 $ $Date: 2006-04-15 15:01:36 -0700 (Sat, 15 Apr 2006) $
See Also:
Serialized Form

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

ProxyCreationException

public ProxyCreationException()

ProxyCreationException

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

ProxyCreationException

public ProxyCreationException(java.lang.String message)

ProxyCreationException

public ProxyCreationException(java.lang.Throwable cause)

Tuscany Core

-