org.mule.providers.service
Class ConnectorFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
org.mule.umo.endpoint.EndpointException
org.mule.providers.service.ConnectorFactoryException
- All Implemented Interfaces:
- 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: 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 |
ConnectorFactoryException
public ConnectorFactoryException(Message message)
- Parameters:
message - the exception message
ConnectorFactoryException
public ConnectorFactoryException(Message message,
Throwable cause)
- Parameters:
message - the exception messagecause - the exception that cause this exception to be thrown
ConnectorFactoryException
public ConnectorFactoryException(Throwable cause)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.