Class SuppressReplyException

  • All Implemented Interfaces:
    Serializable

    public class SuppressReplyException
    extends RuntimeException
    An exception thrown when the broker or transport will be shutdown in response to an error, eg. from IOExceptionHandler. The transport will die (socket.close()) so we don't want to propagate exceptions to the client; failover transport will retry the operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • SuppressReplyException

        public SuppressReplyException​(Throwable cause)
      • SuppressReplyException

        public SuppressReplyException​(String reason)
      • SuppressReplyException

        public SuppressReplyException​(String reason,
                                      IOException cause)