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
using TransferEncoding or ContentEncoding.
- Author:
- Alexey Stashok
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpBrokenContentException
public HttpBrokenContentException()
HttpBrokenContentException
public HttpBrokenContentException(String message)
HttpBrokenContentException
public HttpBrokenContentException(Throwable cause)
HttpBrokenContentException
public HttpBrokenContentException(String message,
Throwable cause)
Copyright © 2012 Oracle Corporation. All Rights Reserved.