org.mule.providers.service
Class ConnectorServiceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mule.umo.UMOException
              extended byorg.mule.umo.endpoint.EndpointException
                  extended byorg.mule.providers.service.ConnectorFactoryException
                      extended byorg.mule.providers.service.ConnectorServiceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ConnectorServiceNotFoundException
extends ConnectorFactoryException

ConnectorServiceNotFoundException is thorown if no matching service endpoint descriptor is found for the connector protocol.

Version:
$Revision: 1.3 $
Author:
Ross Mason
See Also:
Serialized Form

Constructor Summary
ConnectorServiceNotFoundException(java.lang.String location)
           
ConnectorServiceNotFoundException(java.lang.String location, java.lang.Throwable cause)
           
 
Methods inherited from class org.mule.umo.UMOException
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, 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

ConnectorServiceNotFoundException

public ConnectorServiceNotFoundException(java.lang.String location)
Parameters:
location - the path of the service

ConnectorServiceNotFoundException

public ConnectorServiceNotFoundException(java.lang.String location,
                                         java.lang.Throwable cause)
Parameters:
location - the path of the service
cause - the exception that cause this exception to be thrown


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.