public class sun.net.ftp.FtpProtocolException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.net.ftp.FtpProtocolException
  super_class: java.lang.Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5978077070276545054

  private final sun.net.ftp.FtpReplyCode code;
    descriptor: Lsun/net/ftp/FtpReplyCode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.ftp.FtpProtocolException this
        start local 1 // java.lang.String detail
         0: .line 45
            aload 0 /* this */
            aload 1 /* detail */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 46
            aload 0 /* this */
            getstatic sun.net.ftp.FtpReplyCode.UNKNOWN_ERROR:Lsun/net/ftp/FtpReplyCode;
            putfield sun.net.ftp.FtpProtocolException.code:Lsun/net/ftp/FtpReplyCode;
         2: .line 47
            return
        end local 1 // java.lang.String detail
        end local 0 // sun.net.ftp.FtpProtocolException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/net/ftp/FtpProtocolException;
            0    3     1  detail  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      detail  

  public void <init>(java.lang.String, sun.net.ftp.FtpReplyCode);
    descriptor: (Ljava/lang/String;Lsun/net/ftp/FtpReplyCode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.net.ftp.FtpProtocolException this
        start local 1 // java.lang.String detail
        start local 2 // sun.net.ftp.FtpReplyCode code
         0: .line 57
            aload 0 /* this */
            aload 1 /* detail */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 58
            aload 0 /* this */
            aload 2 /* code */
            putfield sun.net.ftp.FtpProtocolException.code:Lsun/net/ftp/FtpReplyCode;
         2: .line 59
            return
        end local 2 // sun.net.ftp.FtpReplyCode code
        end local 1 // java.lang.String detail
        end local 0 // sun.net.ftp.FtpProtocolException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/net/ftp/FtpProtocolException;
            0    3     1  detail  Ljava/lang/String;
            0    3     2    code  Lsun/net/ftp/FtpReplyCode;
    MethodParameters:
        Name  Flags
      detail  
      code    

  public sun.net.ftp.FtpReplyCode getReplyCode();
    descriptor: ()Lsun/net/ftp/FtpReplyCode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.ftp.FtpProtocolException this
         0: .line 68
            aload 0 /* this */
            getfield sun.net.ftp.FtpProtocolException.code:Lsun/net/ftp/FtpReplyCode;
            areturn
        end local 0 // sun.net.ftp.FtpProtocolException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/ftp/FtpProtocolException;
}
SourceFile: "FtpProtocolException.java"