public class org.I0Itec.zkclient.ExceptionUtil
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.I0Itec.zkclient.ExceptionUtil
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.I0Itec.zkclient.ExceptionUtil this
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.I0Itec.zkclient.ExceptionUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/I0Itec/zkclient/ExceptionUtil;

  public static java.lang.RuntimeException convertToRuntimeException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Throwable e
         0: .line 23
            aload 0 /* e */
            instanceof java.lang.RuntimeException
            ifeq 2
         1: .line 24
            aload 0 /* e */
            checkcast java.lang.RuntimeException
            areturn
         2: .line 26
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            invokestatic org.I0Itec.zkclient.ExceptionUtil.retainInterruptFlag:(Ljava/lang/Throwable;)V
         3: .line 27
            new java.lang.RuntimeException
            dup
            aload 0 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            areturn
        end local 0 // java.lang.Throwable e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public static void retainInterruptFlag(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Throwable catchedException
         0: .line 38
            aload 0 /* catchedException */
            instanceof java.lang.InterruptedException
            ifeq 2
         1: .line 39
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
         2: .line 41
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.Throwable catchedException
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0  catchedException  Ljava/lang/Throwable;
    MethodParameters:
                  Name  Flags
      catchedException  

  public static void rethrowInterruptedException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Throwable e
         0: .line 44
            aload 0 /* e */
            instanceof java.lang.InterruptedException
            ifeq 2
         1: .line 45
            aload 0 /* e */
            checkcast java.lang.InterruptedException
            athrow
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            instanceof org.I0Itec.zkclient.exception.ZkInterruptedException
            ifeq 4
         3: .line 48
            aload 0 /* e */
            checkcast org.I0Itec.zkclient.exception.ZkInterruptedException
            athrow
         4: .line 50
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.Throwable e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     e  Ljava/lang/Throwable;
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "ExceptionUtil.java"