Class BaseSharedBuffer.IncorrectContentLengthException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
io.micronaut.http.body.stream.BaseSharedBuffer.IncorrectContentLengthException
All Implemented Interfaces:
Serializable
Enclosing class:
BaseSharedBuffer

public static final class BaseSharedBuffer.IncorrectContentLengthException extends IllegalStateException
Thrown when BaseSharedBuffer.complete() is called before BaseSharedBuffer.getExpectedLength() bytes are received.
See Also: