Represents an HTTP Error 409 Conflict.
This implies that the request that was made conflicts with a Picasa rule. For instance, trying to modify an image but passing in the wrong albumid will cause this error. Note that in the case of an Error 409, Picasa will sometimes provide the XML for the conflicting object in place of an error message. This will get set as the message in the Exception so your client may want to watch for a ConflictException and not print the error message directly.
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.
Located in /Picasa/Exception/ConflictException.php (line 21)
Exception | --Picasa_Exception | --Picasa_Exception_ConflictException
Inherited from Picasa_Exception
Picasa_Exception::$response
Picasa_Exception::$url
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:52 -0700 by phpDocumentor 1.4.1