Class HttpHeaderParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.google.appengine.tools.util.HttpHeaderParseException
All Implemented Interfaces:
Serializable

public class HttpHeaderParseException extends IOException
Exception type for HTTP header parsing errors.
See Also:
  • Constructor Details

    • HttpHeaderParseException

      public HttpHeaderParseException()
      Create an exception with no error message.
    • HttpHeaderParseException

      public HttpHeaderParseException(String message)
      Create an exception with a given error message.
      Parameters:
      message - error message.