org.glassfish.grizzly.http
Class HttpBrokenContentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
HttpBrokenContentException()
           
HttpBrokenContentException(String message)
           
HttpBrokenContentException(String message, Throwable cause)
           
HttpBrokenContentException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.