jason.framework.protocol.http
Class HttpParsingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jason.framework.protocol.http.HttpParsingException
All Implemented Interfaces:
java.io.Serializable

public class HttpParsingException
extends java.lang.Exception

Created Wed Jan 2 17:48:21 2002

Comments

See Also:
Exception, Serialized Form

Constructor Summary
HttpParsingException(java.lang.String message)
           
 
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

HttpParsingException

public HttpParsingException(java.lang.String message)