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 Link icon

    • RetryMessageException Link icon

      protected RetryMessageException()
    • RetryMessageException Link icon

      public RetryMessageException(String msg)
    • RetryMessageException Link icon

      public RetryMessageException(String msg, Throwable cause)