Tuscany Core

org.apache.tuscany.core.builder
Class BuilderInitException

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.BuilderInitException
All Implemented Interfaces:
Serializable

public class BuilderInitException
extends BuilderException

Denotes an exception initializing a builder

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

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

BuilderInitException

public BuilderInitException()

BuilderInitException

public BuilderInitException(String message,
                            Throwable cause)

BuilderInitException

public BuilderInitException(String message)

BuilderInitException

public BuilderInitException(Throwable cause)

Tuscany Core

-