Class DataBufferLimitException

All Implemented Interfaces:
Serializable

public class DataBufferLimitException extends IllegalStateException
Exception that indicates the cumulative number of bytes consumed from a stream of DataBuffer's exceeded some pre-configured limit. This can be raised when data buffers are cached and aggregated, e.g. DataBufferUtils.join(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer>). Or it could also be raised when data buffers have been released but a parsed representation is being aggregated, e.g. async parsing with Jackson, SSE parsing and aggregating lines per event.
Since:
5.1.11
Author:
Rossen Stoyanchev
See Also:
  • Constructor Details

    • DataBufferLimitException

      public DataBufferLimitException(String message)