public class ReceiveException extends MuleException
ReceiveException is specifically thrown by the Provider receive
method if something fails in the underlying transport| Constructor and Description |
|---|
ReceiveException(ImmutableEndpoint endpoint,
long timeout,
Throwable cause) |
ReceiveException(Message message,
ImmutableEndpoint endpoint,
long timeout) |
ReceiveException(Message message,
ImmutableEndpoint endpoint,
long timeout,
Throwable cause) |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReceiveException(Message message, ImmutableEndpoint endpoint, long timeout)
message - the exception messagepublic ReceiveException(Message message, ImmutableEndpoint endpoint, long timeout, Throwable cause)
message - the exception messagecause - the exception that cause this exception to be thrownpublic ReceiveException(ImmutableEndpoint endpoint, long timeout, Throwable cause)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.