public class TransportFactoryException extends EndpointException
TransportFactoryException
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.Constructor and Description |
---|
TransportFactoryException(Message message) |
TransportFactoryException(Message message,
Throwable cause) |
TransportFactoryException(Throwable cause) |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransportFactoryException(Message message)
message
- the exception messagepublic TransportFactoryException(Message message, Throwable cause)
message
- the exception messagecause
- the exception that cause this exception to be thrownpublic TransportFactoryException(Throwable cause)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.