类 DataBufferLimitException

所有已实现的接口:
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 cn.taketoday.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.
从以下版本开始:
4.0
作者:
Rossen Stoyanchev
另请参阅:
  • 构造器详细资料

    • DataBufferLimitException

      public DataBufferLimitException(String message)