org.mule.providers.service
Class ConnectorFactoryException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectorServiceException, ConnectorServiceNotFoundException

public class ConnectorFactoryException
extends EndpointException

ConnectorFactoryException is thrown by the endpoint factory if the endpoint service cannot be found in the META-INF/services directory or if any part of the endpoint cannot be instanciated.

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

Constructor Summary
ConnectorFactoryException(java.lang.String message)
           
ConnectorFactoryException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectorFactoryException

public ConnectorFactoryException(java.lang.String message)

ConnectorFactoryException

public ConnectorFactoryException(java.lang.String message,
                                 java.lang.Throwable cause)


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