org.mule.umo.manager
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
org.mule.umo.manager.ManagerException
org.mule.umo.manager.ContainerException
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
- Version:
- $Revision: 7976 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
Methods inherited from class org.mule.umo.UMOException |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage |
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 foundcause
- the exception that cause this exception to be thrown
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.