public class HttpAccessException extends Exception
Constructor and Description |
---|
HttpAccessException(String strMessage,
Exception e)
Creates a new instance of HttpAccessException.
|
HttpAccessException(String strMessage,
Integer nResponseCode,
Exception e)
Creates a new instance of HttpAccessException.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getResponseCode()
Deprecated.
Use InvalidResponseStatus:getResponseStatus instead
Gets the response code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpAccessException(String strMessage, Exception e)
strMessage
- The error messagee
- The exception@Deprecated public Integer getResponseCode()
Copyright © 2017 City of Paris. All rights reserved.