org.mule.api.transport
Class ConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.api.MuleException
org.mule.api.transport.ConnectorException
- All Implemented Interfaces:
- java.io.Serializable
public class ConnectorException
- extends MuleException
ConnectorException
Is thrown in the context of a Connector,
usually some sort of transport level error where the connection has failed. This
exception maintains a reference to the connector.
- See Also:
Connector
,
Serialized Form
Methods inherited from class org.mule.api.MuleException |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, 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 |
ConnectorException
public ConnectorException(Message message,
Connector connector)
- Parameters:
message
- the exception messageconnector
- where the exception occurred or is being thrown
ConnectorException
public ConnectorException(Message message,
Connector connector,
java.lang.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 Connector getConnector()
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.