Package org.glassfish.grizzly.http
Class HttpBrokenContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.glassfish.grizzly.http.HttpBrokenContentException
-
- All Implemented Interfaces:
Serializable
public final class HttpBrokenContentException extends RuntimeException
RuntimeException, means something wrong happened during HTTP message content parsing. Usually it happens when processing HTTP message payload usingTransferEncodingorContentEncoding.- Author:
- Alexey Stashok
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpBrokenContentException()HttpBrokenContentException(String message)HttpBrokenContentException(String message, Throwable cause)HttpBrokenContentException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-