Class ByteBody.BodyDiscardedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.micronaut.http.body.ByteBody.BodyDiscardedException
All Implemented Interfaces:
Serializable
Enclosing interface:
ByteBody

public static final class ByteBody.BodyDiscardedException extends IOException
Exception that is sent to subscribers when the body is discarded as a result of ByteBody.allowDiscard() calls.
See Also:
  • Method Details