Tuscany Core

org.apache.tuscany.core.context
Class ProxyConfigurationException

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.config.ConfigurationException
                  extended by org.apache.tuscany.core.context.ProxyConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ProxyConfigurationException
extends ConfigurationException

Version:
$Rev$ $Date$
See Also:
Serialized Form

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

ProxyConfigurationException

public ProxyConfigurationException()

ProxyConfigurationException

public ProxyConfigurationException(java.lang.String message)

ProxyConfigurationException

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

ProxyConfigurationException

public ProxyConfigurationException(java.lang.Throwable cause)

Tuscany Core

-