Zend Framework
1.12
|
Public Member Functions | |
__construct ($message=null, $e=null, $response=null) | |
Create a new Zend_Gdata_App_HttpException. | |
getHttpClientException () | |
Get the Zend_Http_Client_Exception. | |
setHttpClientException ($value) | |
Set the Zend_Http_Client_Exception. | |
setResponse ($response) | |
Set the Zend_Http_Response. | |
getResponse () | |
Get the Zend_Http_Response. | |
getRawResponseBody () | |
Get the body of the Zend_Http_Response. | |
Protected Attributes | |
$_httpClientException = null | |
$_response = null | |
Additional Inherited Members | |
![]() | |
_getPrevious () | |
Returns previous Exception. | |
__construct | ( | $message = null , |
|
$e = null , |
|||
$response = null |
|||
) |
Create a new Zend_Gdata_App_HttpException.
string | $message | Optionally set a message |
Zend_Http_Client_Exception | Optionally pass in a Zend_Http_Client_Exception | |
Zend_Http_Response | Optionally pass in a Zend_Http_Response |
getHttpClientException | ( | ) |
Get the Zend_Http_Client_Exception.
getRawResponseBody | ( | ) |
Get the body of the Zend_Http_Response.
getResponse | ( | ) |
Get the Zend_Http_Response.
setHttpClientException | ( | $value | ) |
Set the Zend_Http_Client_Exception.
Zend_Http_Client_Exception | $value |
setResponse | ( | $response | ) |
Set the Zend_Http_Response.
Zend_Http_Response | $response |
|
protected |
|
protected |