public class org.I0Itec.zkclient.exception.ZkInterruptedException extends org.I0Itec.zkclient.exception.ZkException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.I0Itec.zkclient.exception.ZkInterruptedException
  super_class: org.I0Itec.zkclient.exception.ZkException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>(java.lang.InterruptedException);
    descriptor: (Ljava/lang/InterruptedException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.I0Itec.zkclient.exception.ZkInterruptedException this
        start local 1 // java.lang.InterruptedException e
         0: .line 23
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.I0Itec.zkclient.exception.ZkException.<init>:(Ljava/lang/Throwable;)V
         1: .line 24
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
         2: .line 25
            return
        end local 1 // java.lang.InterruptedException e
        end local 0 // org.I0Itec.zkclient.exception.ZkInterruptedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/I0Itec/zkclient/exception/ZkInterruptedException;
            0    3     1     e  Ljava/lang/InterruptedException;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "ZkInterruptedException.java"