Java org.apache.zookeeper KeeperException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.zookeeper KeeperException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.zookeeper KeeperException.

The text is from its open source code.

Field

Codecode

Constructor

Method

KeeperExceptioncreate(int code)
KeeperExceptioncreate(Code code)
All non-specific keeper exceptions should be constructed via this factory method in order to guarantee consistency in error codes and such.
KeeperExceptioncreate(Code code, String path)
All non-specific keeper exceptions should be constructed via this factory method in order to guarantee consistency in error codes and such.
KeeperExceptioncreate(int code, String path)
StringgetMessage()
StringgetPath()
Read the path for this exception
ListgetResults()
If this exception was thrown by a multi-request then the (partial) results and error codes can be retrieved using this getter.