Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.component
Class ScopeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tuscany.api.TuscanyRuntimeException
                  extended by org.apache.tuscany.spi.CoreRuntimeException
                      extended by org.apache.tuscany.spi.component.ScopeRuntimeException
                          extended by org.apache.tuscany.spi.component.ScopeNotFoundException
All Implemented Interfaces:
Serializable

public class ScopeNotFoundException
extends ScopeRuntimeException

Throw when a scope context cannot be found for a given scope

Version:
$$Rev: 430937 $$ $$Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $$
See Also:
Serialized Form

Constructor Summary
ScopeNotFoundException()
           
ScopeNotFoundException(String message)
           
ScopeNotFoundException(String message, Throwable cause)
           
ScopeNotFoundException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.api.TuscanyRuntimeException
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

ScopeNotFoundException

public ScopeNotFoundException()

ScopeNotFoundException

public ScopeNotFoundException(String message)

ScopeNotFoundException

public ScopeNotFoundException(String message,
                              Throwable cause)

ScopeNotFoundException

public ScopeNotFoundException(Throwable cause)

Apache Tuscany SCA Kernel Sub-Project

-