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

Class: Services_Amazon_SQS_InvalidTimeoutException

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

Class Overview

PEAR_Exception
   |
   --Services_Amazon_SQS_Exception
      |
      --Services_Amazon_SQS_InvalidTimeoutException

Exception thrown when an invalid timeout is used in the Services_Amazon_SQS package


Author(s):

Copyright:

  • 2008 silverorange

Methods


Inherited Variables

Inherited Methods


Class Details

[line 329]
Exception thrown when an invalid timeout is used in the Services_Amazon_SQS package


[ Top ]


Method Detail

__construct (Constructor)   [line 351]

Services_Amazon_SQS_InvalidTimeoutException __construct( string $message, [integer $code = 0], [integer $timeout = 0])

Creates a new invalid timeout exception
  • Access: public

Parameters:

string   $message   —  an error message.
integer   $code   —  a user-defined error code.
integer   $timeout   —  the invalid timeout value.

[ Top ]

getTimeout   [line 365]

integer getTimeout( )

Gets the invalid timeout value
  • Return: the invalid timeout value.
  • 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.