public class TLcdOWSHttpTransportException extends TLcdOWSTransportException
Constructor and Description |
---|
TLcdOWSHttpTransportException(int aHttpResponseCode,
java.lang.String aHttpResponseMessage,
java.util.Map aHeaderFields)
Creates a new HTTP transport exception.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getHeaderFields()
Returns a map of String to Lists of Strings that represent the values of the HTTP header fields.
|
int |
getResponseCode()
Returns the HTTP response code.
|
public TLcdOWSHttpTransportException(int aHttpResponseCode, java.lang.String aHttpResponseMessage, java.util.Map aHeaderFields)
aHttpResponseCode
- the HTTP response codeaHttpResponseMessage
- the HTTP response messageaHeaderFields
- the header fields of the HTTP reponsepublic int getResponseCode()
public java.util.Map getHeaderFields()