Search: ezcSearchNetworkException
[ ]
[ Solr schema ]
[ ]
[ ]
[ ]
[ ]
Class: ezcSearchNetworkException
|
Exception thrown when a network connection to a search backends gets disconnected permaturely. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcSearchException
|
--ezcSearchNetworkException
Member Variables
|
public string |
$rawBody
Contains the raw HTTP body of the network error, if available |
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcSearchNetworkException |
__construct(
$message, [$rawBody = null] )
Constructs an ezcSearchNetworkException |
Inherited Methods
From
ezcSearchException :
From
ezcBaseException :
From
Exception (Internal Class) :
|
public Exception |
constructor __construct ( $message, $code )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
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
Last updated: Mon, 21 Dec 2009