org.mule.impl.model
Class ModelServiceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mule.umo.UMOException
              extended byorg.mule.umo.model.ModelException
                  extended byorg.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

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

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-2006 MuleSource Inc.. All Rights Reserved.