org.mule.transport.jms.redelivery
Class MessageRedeliveredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.api.MuleException
org.mule.api.MessagingException
org.mule.transport.jms.redelivery.MessageRedeliveredException
- All Implemented Interfaces:
- Serializable
public class MessageRedeliveredException
- extends MessagingException
- See Also:
- 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 |
endpoint
protected final transient ImmutableEndpoint endpoint
MessageRedeliveredException
public MessageRedeliveredException(String messageId,
int redeliveryCount,
int maxRedelivery,
InboundEndpoint endpoint,
FlowConstruct flow,
MuleMessage muleMessage)
getMessageId
public String getMessageId()
getRedeliveryCount
public int getRedeliveryCount()
getMaxRedelivery
public int getMaxRedelivery()
getEndpoint
public ImmutableEndpoint getEndpoint()
Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.