public final class HttpBrokenContentException extends RuntimeException
RuntimeException
, means something wrong happened during HTTP message
content parsing. Usually it happens when processing HTTP message payload
using TransferEncoding
or ContentEncoding
.Constructor and Description |
---|
HttpBrokenContentException() |
HttpBrokenContentException(String message) |
HttpBrokenContentException(String message,
Throwable cause) |
HttpBrokenContentException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Oracle Corporation. All rights reserved.