org.jcoderz.commons.connector.http.transport
Class HttpInvalidResponseHeaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jcoderz.commons.connector.http.transport.HttpConnectionException
org.jcoderz.commons.connector.http.transport.HttpInvalidResponseHeaderException
- All Implemented Interfaces:
- Serializable
public class HttpInvalidResponseHeaderException
- extends HttpConnectionException
HttpConnectionException indicates one or more invalid
http header received in response.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpInvalidResponseHeaderException
public HttpInvalidResponseHeaderException(String message)
- Constructor.
- Parameters:
message - describing the HTTP error
HttpInvalidResponseHeaderException
public HttpInvalidResponseHeaderException(String message,
Map invalidHeader)
- Constructor.
- Parameters:
message - describing the HTTP errorinvalidHeader - the invalid header parmeter received
getInvalidParameter
public Map getInvalidParameter()
- Gets the invalid header parameters received in response.
- Returns:
- Map a map of invalid header key value pairs
Copyright 2007 The jCoderZ Project.