Class OutOfOrderRequestException

  • All Implemented Interfaces:
    Serializable

    @Beta
    public final class OutOfOrderRequestException
    extends RequestException
    A RequestException indicating that the backend has received a Request whose sequence does not match the next expected sequence for the target. This is a hard error, as it indicates a Request is missing in the stream.
    Author:
    Robert Varga
    See Also:
    Serialized Form
    • Constructor Detail

      • OutOfOrderRequestException

        public OutOfOrderRequestException​(long expectedRequest)