ibspan.tss.agents.pra.server.http
Class HttpHeaderParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ibspan.tss.agents.pra.server.http.HttpHeaderParseException
All Implemented Interfaces:
Serializable

public class HttpHeaderParseException
extends Exception

Represents Exception while parsing the HTTP request.

Author:
Pawel Kaczmarek
See Also:
Serialized Form

Constructor Summary
HttpHeaderParseException(String arg0)
           
HttpHeaderParseException(String arg0, Throwable arg1)
           
HttpHeaderParseException(Throwable arg0)
           
 
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

HttpHeaderParseException

public HttpHeaderParseException(String arg0)

HttpHeaderParseException

public HttpHeaderParseException(Throwable arg0)

HttpHeaderParseException

public HttpHeaderParseException(String arg0,
                                Throwable arg1)