org.mule.umo.manager
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.umo.UMOException
              extended by org.mule.umo.manager.ManagerException
                  extended by org.mule.umo.manager.ContainerException
                      extended by org.mule.umo.manager.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException
extends ContainerException

ObjectNotFoundException is thrown when a reference to a component 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.umo.UMOException
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 component that could not be found

ObjectNotFoundException

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


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