anon.proxy
Class HTTPHeaderParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
anon.proxy.ProxyCallbackNotProcessableException
anon.proxy.HTTPHeaderParseException
- All Implemented Interfaces:
- java.io.Serializable
public class HTTPHeaderParseException
- extends ProxyCallbackNotProcessableException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
errorCode
private int errorCode
statusMessage
private java.lang.String statusMessage
errorDescription
private java.lang.String errorDescription
HTTPHeaderParseException
public HTTPHeaderParseException(int errorCode,
int headerType)
HTTPHeaderParseException
public HTTPHeaderParseException(int errorCode,
int headerType,
java.lang.String message)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getErrorResponse
public byte[] getErrorResponse()
- Description copied from class:
ProxyCallbackNotProcessableException
- A response as byte array to sent to the host
- Overrides:
getErrorResponse
in class ProxyCallbackNotProcessableException
- Returns:
- the protocol specific error response
as byte array