com.flat502.rox.http
Class MissingHeaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.flat502.rox.http.HttpBufferException
              extended by com.flat502.rox.http.MissingHeaderException
All Implemented Interfaces:
java.io.Serializable

public class MissingHeaderException
extends HttpBufferException

Indicates a missing HTTP header.

See Also:
Serialized Form

Constructor Summary
MissingHeaderException(java.lang.String name)
           
 
Method Summary
 java.lang.String getHeaderName()
           
 
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

MissingHeaderException

public MissingHeaderException(java.lang.String name)
Method Detail

getHeaderName

public java.lang.String getHeaderName()