Package io.micronaut.http.body.stream
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:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString