org.mule.impl.model
Class ModelServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
org.mule.umo.model.ModelException
org.mule.impl.model.ModelServiceNotFoundException
- All Implemented Interfaces:
- Serializable
- public class ModelServiceNotFoundException
- extends ModelException
Is thrown when a model service name is specified and cannot be found or loaded
- Version:
- $Revision: 3167 $
- 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 |
ModelServiceNotFoundException
public ModelServiceNotFoundException(String location)
- Parameters:
location
- the path of the service
ModelServiceNotFoundException
public ModelServiceNotFoundException(String location,
Throwable cause)
- Parameters:
location
- the path of the servicecause
- the exception that cause this exception to be thrown
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.