org.mule.providers.service
Class ConnectorServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
org.mule.umo.endpoint.EndpointException
org.mule.providers.service.ConnectorFactoryException
org.mule.providers.service.ConnectorServiceNotFoundException
- All Implemented Interfaces:
- Serializable
- public class ConnectorServiceNotFoundException
- extends ConnectorFactoryException
ConnectorServiceNotFoundException is thorown if no matching service
endpoint descriptor is found for the connector protocol.
- Version:
- $Revision: 3798 $
- 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 |
ConnectorServiceNotFoundException
public ConnectorServiceNotFoundException(String location)
- Parameters:
location - the path of the service
ConnectorServiceNotFoundException
public ConnectorServiceNotFoundException(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.