public class org.eclipse.jgit.transport.FtpChannel$FtpException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.transport.FtpChannel$FtpException
  super_class: java.io.IOException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7176525179280330876

  public static final int OK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int EOF;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int NO_SUCH_FILE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int NO_PERMISSION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int UNSPECIFIED_FAILURE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int PROTOCOL_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int UNSUPPORTED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private final int status;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.transport.FtpChannel$FtpException this
        start local 1 // java.lang.String message
        start local 2 // int status
         0: .line 52
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 53
            aload 0 /* this */
            iload 2 /* status */
            putfield org.eclipse.jgit.transport.FtpChannel$FtpException.status:I
         2: .line 54
            return
        end local 2 // int status
        end local 1 // java.lang.String message
        end local 0 // org.eclipse.jgit.transport.FtpChannel$FtpException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/jgit/transport/FtpChannel$FtpException;
            0    3     1  message  Ljava/lang/String;
            0    3     2   status  I
    MethodParameters:
         Name  Flags
      message  
      status   

  public void <init>(java.lang.String, int, java.lang.Throwable);
    descriptor: (Ljava/lang/String;ILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jgit.transport.FtpChannel$FtpException this
        start local 1 // java.lang.String message
        start local 2 // int status
        start local 3 // java.lang.Throwable cause
         0: .line 57
            aload 0 /* this */
            aload 1 /* message */
            aload 3 /* cause */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 58
            aload 0 /* this */
            iload 2 /* status */
            putfield org.eclipse.jgit.transport.FtpChannel$FtpException.status:I
         2: .line 59
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // int status
        end local 1 // java.lang.String message
        end local 0 // org.eclipse.jgit.transport.FtpChannel$FtpException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/jgit/transport/FtpChannel$FtpException;
            0    3     1  message  Ljava/lang/String;
            0    3     2   status  I
            0    3     3    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      status   
      cause    

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.FtpChannel$FtpException this
         0: .line 62
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.FtpChannel$FtpException.status:I
            ireturn
        end local 0 // org.eclipse.jgit.transport.FtpChannel$FtpException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/FtpChannel$FtpException;
}
SourceFile: "FtpChannel.java"
NestHost: org.eclipse.jgit.transport.FtpChannel
InnerClasses:
  public FtpException = org.eclipse.jgit.transport.FtpChannel$FtpException of org.eclipse.jgit.transport.FtpChannel