Class ReplyFailureException

All Implemented Interfaces:
Serializable

public class ReplyFailureException extends AmqpException
Exception to be thrown when the reply of a message failed to be sent.
Since:
4.1
See Also:
  • Constructor Details

    • ReplyFailureException

      public ReplyFailureException(String msg, @Nullable Address replyTo, Throwable cause)
  • Method Details

    • getReplyTo

      public @Nullable Address getReplyTo()