Class RetryMessageException

All Implemented Interfaces:
Serializable

public class RetryMessageException extends RuntimeException
Exception indicating a possibly recoverable condition which occurred during message processing. Will cause the Mq not to acknowledge the message being processed, meaning it will later be read again from the queue.
Author:
Markus MÃ¥rtensson
See Also:
  • Constructor Details

    • RetryMessageException

      protected RetryMessageException()
    • RetryMessageException

      public RetryMessageException(String msg)
    • RetryMessageException

      public RetryMessageException(String msg, Throwable cause)