Class WSException

Description

WSException class used to represent error produce by WSGateway class.

Located in /models/WSException.php (line 6)

Exception
   |
   --WSException
Variable Summary
static mixed $AUTHORIZATION_ERROR
static mixed $BAD_GATEWAY_ERROR
static mixed $CATALOG_NOT_AVAILABLE
static mixed $OTHER
static mixed $REQUEST_TIMEOUT_ERROR
static mixed $RETRY_ERROR
static mixed $SERVICE_FAILED
static mixed $SERVICE_NOT_EXISTS
Method Summary
WSException __construct (msg $message,  $code)
Variables
static mixed $AUTHORIZATION_ERROR = 9 (line 16)
  • access: public
static mixed $BAD_GATEWAY_ERROR = 2 (line 9)
  • access: public
static mixed $CATALOG_NOT_AVAILABLE = 8 (line 15)
  • access: public
static mixed $OTHER = 10 (line 17)
  • access: public
static mixed $REQUEST_TIMEOUT_ERROR = 3 (line 10)
  • access: public
static mixed $REQUEST_VALIDATION_ERROR = 4 (line 11)
  • access: public
static mixed $RESPONSE_VALIDATION_ERROR = 5 (line 12)
  • access: public
static mixed $RETRY_ERROR = 1 (line 8)
  • access: public
static mixed $SERVICE_FAILED = 7 (line 14)
  • access: public
static mixed $SERVICE_NOT_EXISTS = 6 (line 13)
  • access: public

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
Constructor __construct (line 25)

Constructs an instance of WSException with the specified detail message.

WSException __construct (msg $message,  $code)
  • msg $message: the detail message.
  • $code

Redefinition of:
Exception::constructor __construct ( [$message = ], [$code = ] )

Inherited Methods

Inherited From Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Documentation generated on Wed, 13 Feb 2008 01:57:44 +0500 by phpDocumentor 1.4.0a2