Tuscany Core

org.apache.tuscany.core.context
Class MissingScopeException

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

public class MissingScopeException
extends ConfigurationException

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

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

MissingScopeException

public MissingScopeException()

MissingScopeException

public MissingScopeException(java.lang.String message)

MissingScopeException

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

MissingScopeException

public MissingScopeException(java.lang.Throwable cause)

Tuscany Core

-