org.mule.api.exception
Class MessageRedeliveredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.api.MuleException
              extended by org.mule.api.MessagingException
                  extended by org.mule.api.exception.MessageRedeliveredException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MessageRedeliveredException

public class MessageRedeliveredException
extends MessagingException

See Also:
Serialized Form

Field Summary
protected  ImmutableEndpoint endpoint
           
 
Fields inherited from class org.mule.api.MessagingException
event, muleMessage, processedEvent
 
Constructor Summary
MessageRedeliveredException(String messageId, int redeliveryCount, int maxRedelivery, InboundEndpoint endpoint, MuleEvent event)
           
MessageRedeliveredException(String messageId, int redeliveryCount, int maxRedelivery, InboundEndpoint endpoint, MuleEvent event, Message message)
           
 
Method Summary
 ImmutableEndpoint getEndpoint()
           
 int getMaxRedelivery()
           
 String getMessageId()
           
 int getRedeliveryCount()
           
 
Methods inherited from class org.mule.api.MessagingException
causedBy, causedExactlyBy, causedRollback, causeMatches, extractMuleMessage, getCauseException, getEvent, getFailingMessageProcessor, getMuleMessage, handled, setCauseRollback, setHandled, setProcessedEvent
 
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

endpoint

protected final transient ImmutableEndpoint endpoint
Constructor Detail

MessageRedeliveredException

public MessageRedeliveredException(String messageId,
                                   int redeliveryCount,
                                   int maxRedelivery,
                                   InboundEndpoint endpoint,
                                   MuleEvent event,
                                   Message message)

MessageRedeliveredException

public MessageRedeliveredException(String messageId,
                                   int redeliveryCount,
                                   int maxRedelivery,
                                   InboundEndpoint endpoint,
                                   MuleEvent event)
Method Detail

getMessageId

public String getMessageId()

getRedeliveryCount

public int getRedeliveryCount()

getMaxRedelivery

public int getMaxRedelivery()

getEndpoint

public ImmutableEndpoint getEndpoint()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.