com.flat502.rox.http
Class UnsupportedHeaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.flat502.rox.http.HttpBufferException
com.flat502.rox.http.UnsupportedHeaderException
- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedHeaderException
- extends HttpBufferException
Indicates an HTTP header was received that is not supported.
This may be due to configuration, or it may be unsupported in
this implementation.
- See Also:
- Serialized Form
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 |
UnsupportedHeaderException
public UnsupportedHeaderException(java.lang.String name,
java.lang.String value)
UnsupportedHeaderException
public UnsupportedHeaderException(java.lang.String name,
java.lang.String value,
java.lang.Throwable e)
getHeaderName
public java.lang.String getHeaderName()
getHeaderValue
public java.lang.String getHeaderValue()