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

Class: Payment_PayPal_SOAP_FaultException

Source Location: /Payment_PayPal_SOAP-0.2.1/Payment/PayPal/SOAP/Exceptions.php

Class Overview

PEAR_Exception
   |
   --Payment_PayPal_SOAP_Exception
      |
      --Payment_PayPal_SOAP_FaultException

Exception thrown when a SOAP fault occurs


Author(s):

Copyright:

  • 2008-2009 silverorange

Methods


Inherited Variables

Inherited Methods


Class Details

[line 263]
Exception thrown when a SOAP fault occurs


[ Top ]


Method Detail

__construct (Constructor)   [line 295]

Payment_PayPal_SOAP_FaultException __construct( string $message, integer $code, SoapFault $soapFault, SoapClient $soapClient)

Creates a new PayPal SOAP fault exception
  • Access: public

Parameters:

string   $message   —  the exception message.
integer   $code   —  the exception code.
SoapFault   $soapFault   —  the original SoapFault.
SoapClient   $soapClient   —  the SOAP client that caused the fault.

[ Top ]

getSoapClient   [line 325]

SoapClient getSoapClient( )

Gets the original SOAP client that caused the exception
  • Return: the SOAP client that caused the exception.
  • Access: public

[ Top ]

getSoapFault   [line 312]

SoapFault getSoapFault( )

Gets the original SoapFault that caused this exception to be thrown
  • Return: the original SoapFault that caused this exception to be thrown.
  • Access: public

[ Top ]


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