public class ReceiveException extends MuleException
ReceiveException
is specifically thrown by the Provider receive
method if something fails in the underlying transportConstructor 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, setMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2016 MuleSoft, Inc.. All rights reserved.