Gdata/App/HttpException.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Gdata  
Subpackage
App  
Version
$Id$  

\Zend_Gdata_App_HttpException

Package: Zend_Gdata\App
Gdata exceptions
Class to represent exceptions that occur during Gdata operations.
Parent(s)
\Zend_Gdata_App_Exception < \Zend_Exception < \Exception
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected$_httpClientException = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_response = null
Default valuenullDetails
Type
n/a

Methods

methodpublic__construct(string $message = null,  $e = null,  $response = null) : void

Create a new Zend_Gdata_App_HttpException

Parameters
NameTypeDescription
$messagestring

Optionally set a message

$e
$response
methodpublicgetHttpClientException() : \Zend_Http_Client_Exception

Get the Zend_Http_Client_Exception.

Returns
TypeDescription
\Zend_Http_Client_Exception
methodpublicgetRawResponseBody() : string

Get the body of the Zend_Http_Response

Returns
TypeDescription
string
methodpublicgetResponse() : \Zend_Http_Response

Get the Zend_Http_Response.

Returns
TypeDescription
\Zend_Http_Response
methodpublicsetHttpClientException(\Zend_Http_Client_Exception $value) : void

Set the Zend_Http_Client_Exception.

Parameters
NameTypeDescription
$value\Zend_Http_Client_Exception
methodpublicsetResponse(\Zend_Http_Response $response) : void

Set the Zend_Http_Response.

Parameters
NameTypeDescription
$response\Zend_Http_Response
Documentation was generated by phpDocumentor 2.2.0 .