Package com.google.appengine.tools.util
Class HttpHeaderParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.google.appengine.tools.util.HttpHeaderParseException
- All Implemented Interfaces:
Serializable
Exception type for HTTP header parsing errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an exception with no error message.HttpHeaderParseException(String message) Create an exception with a given error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpHeaderParseException
public HttpHeaderParseException()Create an exception with no error message. -
HttpHeaderParseException
Create an exception with a given error message.- Parameters:
message- error message.
-