Tuscany Core

org.apache.tuscany.core.injection
Class ObjectCallbackException

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.injection.InjectionRuntimeException
                      extended by org.apache.tuscany.core.injection.ObjectCallbackException
All Implemented Interfaces:
Serializable

public class ObjectCallbackException
extends InjectionRuntimeException

Denotes an error when invoking on an object

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

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

ObjectCallbackException

public ObjectCallbackException()

ObjectCallbackException

public ObjectCallbackException(String message)

ObjectCallbackException

public ObjectCallbackException(String message,
                               Throwable cause)

ObjectCallbackException

public ObjectCallbackException(Throwable cause)

Tuscany Core

-