Class RoutingDlqException

All Implemented Interfaces:
Serializable

public class RoutingDlqException extends UnexpectedException
This exceptions must not be handled in an event execution contexts (the event will be redirected to the dead-letter-queue) and must be treated as a generic server error response (with no reason detail) in REST operation contexts.
See Also:
  • Constructor Details

    • RoutingDlqException

      public RoutingDlqException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - error message.
      cause - error cause, if any.
  • Method Details