org.mule.umo.provider
Class ConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
org.mule.umo.provider.ConnectorException
- All Implemented Interfaces:
- Serializable
- public class ConnectorException
- extends UMOException
ConnectorException
Is thrown in the context of a UMOConnector,
usually some sort of transport level error where the connection has failed. This
exception maintains a reference to the connector.
- See Also:
UMOConnector
,
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 |
ConnectorException
public ConnectorException(Message message,
UMOConnector connector)
- Parameters:
message
- the exception messageconnector
- where the exception occurred or is being thrown
ConnectorException
public ConnectorException(Message message,
UMOConnector connector,
Throwable cause)
- Parameters:
message
- the exception messageconnector
- where the exception occurred or is being throwncause
- the exception that cause this exception to be thrown
getConnector
public UMOConnector getConnector()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.