Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.component
Class ObjectRegistrationException

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.ComponentRuntimeException
                          extended by org.apache.tuscany.spi.component.ObjectRegistrationException
All Implemented Interfaces:
Serializable

public class ObjectRegistrationException
extends ComponentRuntimeException

Thrown when an error is encountered registering an object

Version:
$$Rev: 451895 $$ $$Date: 2006-10-01 23:58:18 -0700 (Sun, 01 Oct 2006) $$
See Also:
Serialized Form

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

ObjectRegistrationException

public ObjectRegistrationException()

ObjectRegistrationException

public ObjectRegistrationException(String message)

ObjectRegistrationException

public ObjectRegistrationException(String message,
                                   Throwable cause)

ObjectRegistrationException

public ObjectRegistrationException(Throwable cause)

Apache Tuscany SCA Kernel Sub-Project

-