ibspan.tss.agents.pra.server.http
Class HttpHeaderParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpHeaderParseException
public HttpHeaderParseException(String arg0)
HttpHeaderParseException
public HttpHeaderParseException(Throwable arg0)
HttpHeaderParseException
public HttpHeaderParseException(String arg0,
Throwable arg1)