org.mule.api.context
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.api.MuleException
              extended by org.mule.api.context.MuleContextException
                  extended by org.mule.api.context.ContainerException
                      extended by org.mule.api.context.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException
extends ContainerException

ObjectNotFoundException is thrown when a reference to a service in a configured container is not found

See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException(String componentName)
           
ObjectNotFoundException(String componentName, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.mule.api.MuleException
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage
 
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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectNotFoundException

public ObjectNotFoundException(String componentName)
Parameters:
componentName - the name of the service that could not be found

ObjectNotFoundException

public ObjectNotFoundException(String componentName,
                               Throwable cause)
Parameters:
componentName - the name of the service that could not be found
cause - the exception that cause this exception to be thrown


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.