org.I0Itec.zkclient.exception
Class ZkInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.I0Itec.zkclient.exception.ZkException
                  extended by org.I0Itec.zkclient.exception.ZkInterruptedException
All Implemented Interfaces:
java.io.Serializable

public class ZkInterruptedException
extends ZkException

See Also:
Serialized Form

Constructor Summary
ZkInterruptedException(java.lang.InterruptedException e)
           
 
Method Summary
 
Methods inherited from class org.I0Itec.zkclient.exception.ZkException
create
 
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

ZkInterruptedException

public ZkInterruptedException(java.lang.InterruptedException e)