Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Gdata_App_HttpException Class Reference

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

- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 Returns previous Exception.
 

Constructor & Destructor Documentation

__construct (   $message = null,
  $e = null,
  $response = null 
)

Create a new Zend_Gdata_App_HttpException.

Parameters
string$messageOptionally set a message
Zend_Http_Client_ExceptionOptionally pass in a Zend_Http_Client_Exception
Zend_Http_ResponseOptionally pass in a Zend_Http_Response

Member Function Documentation

getHttpClientException ( )
getRawResponseBody ( )

Get the body of the Zend_Http_Response.

Returns
string
getResponse ( )
setHttpClientException (   $value)
setResponse (   $response)

Set the Zend_Http_Response.

Parameters
Zend_Http_Response$response

Member Data Documentation

$_httpClientException = null
protected
$_response = null
protected