public class MessageRedeliveredException extends MessagingException
| Modifier and Type | Field and Description |
|---|---|
protected ImmutableEndpoint |
endpoint |
event, muleMessage, processedEvent| Constructor and Description |
|---|
MessageRedeliveredException(String messageId,
int redeliveryCount,
int maxRedelivery,
InboundEndpoint endpoint,
MuleEvent event) |
MessageRedeliveredException(String messageId,
int redeliveryCount,
int maxRedelivery,
InboundEndpoint endpoint,
MuleEvent event,
Message message) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEndpoint |
getEndpoint() |
int |
getMaxRedelivery() |
String |
getMessageId() |
int |
getRedeliveryCount() |
causedBy, causedExactlyBy, causedRollback, causeMatches, extractMuleMessage, generateMessage, getCauseException, getEvent, getFailingMessageProcessor, getMuleMessage, handled, setCauseRollback, setHandled, setProcessedEventaddInfo, 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, toStringprotected final transient ImmutableEndpoint endpoint
public MessageRedeliveredException(String messageId, int redeliveryCount, int maxRedelivery, InboundEndpoint endpoint, MuleEvent event, Message message)
public MessageRedeliveredException(String messageId, int redeliveryCount, int maxRedelivery, InboundEndpoint endpoint, MuleEvent event)
public String getMessageId()
public int getRedeliveryCount()
public int getMaxRedelivery()
public ImmutableEndpoint getEndpoint()
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.