org.mule.api.context
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.api.MuleException
org.mule.api.context.MuleContextException
org.mule.api.context.ContainerException
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
Methods inherited from class org.mule.api.MuleException |
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 service that could not be found
ObjectNotFoundException
public ObjectNotFoundException(String componentName,
Throwable cause)
- Parameters:
componentName
- the name of the service that could not be foundcause
- the exception that cause this exception to be thrown
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.