Services_Amazon_SQS
[ class tree: Services_Amazon_SQS ] [ index: Services_Amazon_SQS ] [ all elements ]

Class: Services_Amazon_SQS_ChecksumException

Source Location: /Services_Amazon_SQS-0.3.0/Services/Amazon/SQS/Exceptions.php

Class Overview

PEAR_Exception
   |
   --Services_Amazon_SQS_Exception
      |
      --Services_Amazon_SQS_ChecksumException

Exception thrown when there is a message body checksum mismatch


Author(s):

Copyright:

  • 2008 silverorange

Methods


Inherited Variables

Inherited Methods


Class Details

[line 443]
Exception thrown when there is a message body checksum mismatch


[ Top ]


Method Detail

__construct (Constructor)   [line 466]

Services_Amazon_SQS_ChecksumException __construct( string $message, [integer $code = 0], [integer $messageId = ''])

Creates a new checksum mismatch exception
  • Access: public

Parameters:

string   $message   —  an error message.
integer   $code   —  a user-defined error code.
integer   $messageId   —  the id of the message with the checksum mismatch.

[ Top ]

getMessageId   [line 480]

string getMessageId( )

Gets the id of the message that has the checksum mismatch
  • Return: the id of the message that has the checksum mismatch.
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:35:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.