public class org.apache.commons.net.io.CopyStreamException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.net.io.CopyStreamException
  super_class: java.io.IOException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2602899129433221532

  private final long totalBytesTransferred;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, long, java.io.IOException);
    descriptor: (Ljava/lang/String;JLjava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.commons.net.io.CopyStreamException this
        start local 1 // java.lang.String message
        start local 2 // long bytesTransferred
        start local 4 // java.io.IOException exception
         0: .line 47
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 48
            aload 0 /* this */
            aload 4 /* exception */
            invokevirtual org.apache.commons.net.io.CopyStreamException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 49
            aload 0 /* this */
            lload 2 /* bytesTransferred */
            putfield org.apache.commons.net.io.CopyStreamException.totalBytesTransferred:J
         3: .line 50
            return
        end local 4 // java.io.IOException exception
        end local 2 // long bytesTransferred
        end local 1 // java.lang.String message
        end local 0 // org.apache.commons.net.io.CopyStreamException this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/apache/commons/net/io/CopyStreamException;
            0    4     1           message  Ljava/lang/String;
            0    4     2  bytesTransferred  J
            0    4     4         exception  Ljava/io/IOException;
    MethodParameters:
                  Name  Flags
      message           
      bytesTransferred  
      exception         

  public long getTotalBytesTransferred();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.net.io.CopyStreamException this
         0: .line 60
            aload 0 /* this */
            getfield org.apache.commons.net.io.CopyStreamException.totalBytesTransferred:J
            lreturn
        end local 0 // org.apache.commons.net.io.CopyStreamException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/net/io/CopyStreamException;

  public java.io.IOException getIOException();
    descriptor: ()Ljava/io/IOException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.net.io.CopyStreamException this
         0: .line 69
            aload 0 /* this */
            invokevirtual org.apache.commons.net.io.CopyStreamException.getCause:()Ljava/lang/Throwable;
            checkcast java.io.IOException
            areturn
        end local 0 // org.apache.commons.net.io.CopyStreamException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/net/io/CopyStreamException;
}
SourceFile: "CopyStreamException.java"