Class Picasa_Exception_InternalServerErrorException

Description

This indicates that an HTTP Error 500 Internal Server Error has occured.

An Internal Server Error means after the request was sent, an error occured on the host while processing the request.

This is just a wrapper for the Picasa_Exception class. It was created so that if the client would like to display a customized message for this type of error, that would be possible. It doesn't have any unique fields or methods, it only inherits the ones in Picasa_Exception.

  • author: Cameron Hinkle
  • version: Version 3.0
  • copyright: Copyright (c) 2007 Cameron Hinkle
  • since: Version 3.0
  • license: GNU Public License Version 3

Located in /Picasa/Exception/InternalServerErrorException.php (line 18)

Exception
   |
   --Picasa_Exception
      |
      --Picasa_Exception_InternalServerErrorException
Method Summary
Picasa_Exception_InternalServerErrorException __construct ( $message, [ $response = null], [ $url = null], [ $code = 0])
Variables
Methods
Constructor __construct (line 20)
  • access: public
Picasa_Exception_InternalServerErrorException __construct ( $message, [ $response = null], [ $url = null], [ $code = 0])
  • $message
  • $response
  • $url
  • $code

Redefinition of:
Picasa_Exception::__construct()
Constructs a Picasa_Exception object.

Inherited Methods

Inherited From Picasa_Exception

Picasa_Exception::__construct()
Picasa_Exception::getResponse()
Picasa_Exception::getUrl()
Picasa_Exception::__toString()

Documentation generated on Tue, 02 Jun 2009 14:51:53 -0700 by phpDocumentor 1.4.1