com.sun.jini.jeri.internal.http
Class HttpParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sun.jini.jeri.internal.http.HttpParseException
All Implemented Interfaces:
Serializable

public class HttpParseException
extends IOException

Exception indicating failure to parse an HTTP message.

Author:
Sun Microsystems, Inc.
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
HttpParseException()
          Creates new HttpParseException with no error message.
HttpParseException(String message)
          Creates new HttpParseException with the given error message.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

HttpParseException

public HttpParseException()
Creates new HttpParseException with no error message.


HttpParseException

public HttpParseException(String message)
Creates new HttpParseException with the given error message.



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.