org.huihoo.jfox.jmx.adaptor.http
Class MalformedHttpHeaderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.huihoo.jfox.jmx.adaptor.http.MalformedHttpHeaderException
All Implemented Interfaces:
java.io.Serializable

public class MalformedHttpHeaderException
extends java.lang.Exception

Author:
Young Yang
See Also:
Serialized Form

Constructor Summary
MalformedHttpHeaderException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedHttpHeaderException

public MalformedHttpHeaderException(java.lang.String message)