Tuscany Core

org.apache.tuscany.core.builder
Class ContextCreationException

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.builder.BuilderException
                          extended by org.apache.tuscany.core.builder.ContextCreationException
All Implemented Interfaces:
Serializable

public class ContextCreationException
extends BuilderException

Denotes an exception creating an instance context

Version:
$Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
See Also:
Serialized Form

Constructor Summary
ContextCreationException()
           
ContextCreationException(String message)
           
ContextCreationException(String message, Throwable cause)
           
ContextCreationException(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

ContextCreationException

public ContextCreationException()

ContextCreationException

public ContextCreationException(String message)

ContextCreationException

public ContextCreationException(String message,
                                Throwable cause)

ContextCreationException

public ContextCreationException(Throwable cause)

Tuscany Core

-