Zeta Components Manual :: Docs For Class ezcSearchNetworkException
Search::ezcSearchNetworkException
Class ezcSearchNetworkException
Exception thrown when a network connection to a search backends gets disconnected permaturely.
Source for this file: /Search/src/exceptions/network.php
Exception | --ezcBaseException | --ezcSearchException | --ezcSearchNetworkException
Version: | //autogentag// |
Member Variables
public string |
$rawBody
Contains the raw HTTP body of the network error, if available |
Inherited Member Variables
From ezcBaseException | |
---|---|
public |
ezcBaseException::$originalMessage
|
From Exception (Internal Class) | |
protected |
$code
|
protected |
$file
|
protected |
$line
|
protected |
$message
|
private |
$previous
|
private |
$string
|
private |
$trace
|
Method Summary
public ezcSearchNetworkException |
__construct(
$message
, [ $rawBody
= null] )
Constructs an ezcSearchNetworkException |
Inherited Methods
From ezcSearchException | |
---|---|
public void |
ezcSearchException::__construct()
Constructs an ezcSearchException |
From ezcBaseException | |
public ezcBaseException |
ezcBaseException::__construct()
Constructs a new ezcBaseException with $message |
From Exception (Internal Class) | |
public Exception |
constructor __construct ( [$message = ], [$code = ], [$previous = ] )
|
public void |
getCode ( )
|
public void |
getFile ( )
|
public void |
getLine ( )
|
public void |
getMessage ( )
|
public void |
getPrevious ( )
|
public void |
getTrace ( )
|
public void |
getTraceAsString ( )
|
public void |
__clone ( )
|
public void |
__toString ( )
|
Methods
__construct
ezcSearchNetworkException
__construct(
string
$message
, [mixed
$rawBody
= null] )
Constructs an ezcSearchNetworkException
Parameters:
Name | Type | Description |
---|---|---|
$message |
string | |
$rawBody |
mixed |
Redefinition of:
Method | Description |
---|---|
ezcSearchException::__construct() |
Constructs an ezcSearchException |
Documentation generated by phpDocumentor 1.4.3