ZookeeperMarshallingException
ZookeeperOperationTimeoutException
ZooKeeper
PHP Manual
The ZookeeperNoNodeException class
(PECL zookeeper >= 0.3.0)
Introduction
The ZooKeeper exception (when node does not exist) handling class.
Class synopsis
ZookeeperNoNodeException
extends
ZookeeperException
{
/* Inherited properties */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
/* Inherited methods */
final
public
string
Exception::getMessage
(
void
)
final
public
Throwable
Exception::getPrevious
(
void
)
final
public
mixed
Exception::getCode
(
void
)
final
public
string
Exception::getFile
(
void
)
final
public
int
Exception::getLine
(
void
)
final
public
array
Exception::getTrace
(
void
)
final
public
string
Exception::getTraceAsString
(
void
)
public
string
Exception::__toString
(
void
)
final
private
void
Exception::__clone
(
void
)
}
ZookeeperMarshallingException
ZookeeperOperationTimeoutException
ZooKeeper
PHP Manual