Tuscany Core

org.apache.tuscany.core.context
Class ScopeInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tuscany.common.TuscanyRuntimeException
                  extended by org.apache.tuscany.core.context.CoreRuntimeException
                      extended by org.apache.tuscany.core.context.ScopeRuntimeException
                          extended by org.apache.tuscany.core.context.ScopeInitializationException
All Implemented Interfaces:
java.io.Serializable

public class ScopeInitializationException
extends ScopeRuntimeException

Denotes an initialization exception thrown by a scope container

Version:
$Rev: 368822 $ $Date: 2006-01-13 13:54:38 -0500 (Fri, 13 Jan 2006) $
See Also:
Serialized Form

Constructor Summary
ScopeInitializationException()
           
ScopeInitializationException(java.lang.String message)
           
ScopeInitializationException(java.lang.String message, java.lang.Throwable cause)
           
ScopeInitializationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.common.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

ScopeInitializationException

public ScopeInitializationException()

ScopeInitializationException

public ScopeInitializationException(java.lang.String message)

ScopeInitializationException

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

ScopeInitializationException

public ScopeInitializationException(java.lang.Throwable cause)

Tuscany Core

-