rabbit.httpio
Class BadHttpHeaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by rabbit.httpio.BadHttpHeaderException
All Implemented Interfaces:
Serializable

public class BadHttpHeaderException
extends RuntimeException

Exception signaling that a http header could not be constructed.

Author:
Robert Olofsson
See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version.
 
Constructor Summary
BadHttpHeaderException(String msg)
          Create a new BadHttpHeaderException.
 
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

public static final long serialVersionUID
Serial version.

See Also:
Constant Field Values
Constructor Detail

BadHttpHeaderException

public BadHttpHeaderException(String msg)
Create a new BadHttpHeaderException.

Parameters:
msg - a descriptive error message