|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.I0Itec.zkclient.exception.ZkException
public class ZkException
| Constructor Summary | |
|---|---|
ZkException()
|
|
ZkException(java.lang.String message)
|
|
ZkException(java.lang.String message,
java.lang.Throwable cause)
|
|
ZkException(java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
static ZkException |
create(org.apache.zookeeper.KeeperException e)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ZkException()
public ZkException(java.lang.String message,
java.lang.Throwable cause)
public ZkException(java.lang.String message)
public ZkException(java.lang.Throwable cause)
| Method Detail |
|---|
public static ZkException create(org.apache.zookeeper.KeeperException e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||