public class android.net.KeepalivePacketData$InvalidPacketException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.net.KeepalivePacketData$InvalidPacketException
  super_class: java.lang.Exception
{
  public final int error;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.net.KeepalivePacketData$InvalidPacketException this
        start local 1 // int error
         0: .line 85
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 86
            aload 0 /* this */
            iload 1 /* error */
            putfield android.net.KeepalivePacketData$InvalidPacketException.error:I
         2: .line 87
            return
        end local 1 // int error
        end local 0 // android.net.KeepalivePacketData$InvalidPacketException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/net/KeepalivePacketData$InvalidPacketException;
            0    3     1  error  I
    MethodParameters:
       Name  Flags
      error  
}
SourceFile: "KeepalivePacketData.java"
NestHost: android.net.KeepalivePacketData
InnerClasses:
  public InvalidPacketException = android.net.KeepalivePacketData$InvalidPacketException of android.net.KeepalivePacketData