org.mule.model
Class ModelServiceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.api.MuleException
              extended by org.mule.api.model.ModelException
                  extended by org.mule.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

See Also:
Serialized Form

Constructor Summary
ModelServiceNotFoundException(String location)
           
ModelServiceNotFoundException(String location, 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

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 service
cause - the exception that cause this exception to be thrown


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