com.flat502.rox.http
Class HttpBufferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.flat502.rox.http.HttpBufferException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExcessiveContentException, InvalidHeaderException, MethodNotAllowedException, MissingHeaderException, UnsupportedHeaderException

public class HttpBufferException
extends java.lang.Exception

Indicates a problem during unpacking and validating of an HttpMessageBuffer instance.

See Also:
Serialized Form

Constructor Summary
HttpBufferException(java.lang.String msg)
           
HttpBufferException(java.lang.String msg, java.lang.Throwable e)
           
 
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

HttpBufferException

public HttpBufferException(java.lang.String msg)

HttpBufferException

public HttpBufferException(java.lang.String msg,
                           java.lang.Throwable e)