public class com.google.protobuf.InvalidProtocolBufferException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.google.protobuf.InvalidProtocolBufferException
  super_class: java.io.IOException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1616151763072450476

  private com.google.protobuf.MessageLite unfinishedMessage;
    descriptor: Lcom/google/protobuf/MessageLite;
    flags: (0x0002) ACC_PRIVATE

  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 // com.google.protobuf.InvalidProtocolBufferException this
        start local 1 // java.lang.String description
         0: .line 46
            aload 0 /* this */
            aload 1 /* description */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.InvalidProtocolBufferException.unfinishedMessage:Lcom/google/protobuf/MessageLite;
         2: .line 47
            return
        end local 1 // java.lang.String description
        end local 0 // com.google.protobuf.InvalidProtocolBufferException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/google/protobuf/InvalidProtocolBufferException;
            0    3     1  description  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      description  final

  public void <init>(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.InvalidProtocolBufferException this
        start local 1 // java.io.IOException e
         0: .line 50
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            aload 1 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.InvalidProtocolBufferException.unfinishedMessage:Lcom/google/protobuf/MessageLite;
         2: .line 51
            return
        end local 1 // java.io.IOException e
        end local 0 // com.google.protobuf.InvalidProtocolBufferException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/InvalidProtocolBufferException;
            0    3     1     e  Ljava/io/IOException;
    MethodParameters:
      Name  Flags
      e     

  public void <init>(java.lang.String, java.io.IOException);
    descriptor: (Ljava/lang/String;Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.InvalidProtocolBufferException this
        start local 1 // java.lang.String description
        start local 2 // java.io.IOException e
         0: .line 54
            aload 0 /* this */
            aload 1 /* description */
            aload 2 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.InvalidProtocolBufferException.unfinishedMessage:Lcom/google/protobuf/MessageLite;
         2: .line 55
            return
        end local 2 // java.io.IOException e
        end local 1 // java.lang.String description
        end local 0 // com.google.protobuf.InvalidProtocolBufferException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/google/protobuf/InvalidProtocolBufferException;
            0    3     1  description  Ljava/lang/String;
            0    3     2            e  Ljava/io/IOException;
    MethodParameters:
             Name  Flags
      description  final
      e            

  public com.google.protobuf.InvalidProtocolBufferException setUnfinishedMessage(com.google.protobuf.MessageLite);
    descriptor: (Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.InvalidProtocolBufferException this
        start local 1 // com.google.protobuf.MessageLite unfinishedMessage
         0: .line 64
            aload 0 /* this */
            aload 1 /* unfinishedMessage */
            putfield com.google.protobuf.InvalidProtocolBufferException.unfinishedMessage:Lcom/google/protobuf/MessageLite;
         1: .line 65
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.MessageLite unfinishedMessage
        end local 0 // com.google.protobuf.InvalidProtocolBufferException this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/google/protobuf/InvalidProtocolBufferException;
            0    2     1  unfinishedMessage  Lcom/google/protobuf/MessageLite;
    MethodParameters:
                   Name  Flags
      unfinishedMessage  

  public com.google.protobuf.MessageLite getUnfinishedMessage();
    descriptor: ()Lcom/google/protobuf/MessageLite;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.InvalidProtocolBufferException this
         0: .line 72
            aload 0 /* this */
            getfield com.google.protobuf.InvalidProtocolBufferException.unfinishedMessage:Lcom/google/protobuf/MessageLite;
            areturn
        end local 0 // com.google.protobuf.InvalidProtocolBufferException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/InvalidProtocolBufferException;

  public java.io.IOException unwrapIOException();
    descriptor: ()Ljava/io/IOException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.InvalidProtocolBufferException this
         0: .line 80
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.getCause:()Ljava/lang/Throwable;
            instanceof java.io.IOException
            ifeq 1
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.getCause:()Ljava/lang/Throwable;
            checkcast java.io.IOException
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
      StackMap locals:
      StackMap stack: java.io.IOException
         2: areturn
        end local 0 // com.google.protobuf.InvalidProtocolBufferException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/InvalidProtocolBufferException;

  static com.google.protobuf.InvalidProtocolBufferException truncatedMessage();
    descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 84
            new com.google.protobuf.InvalidProtocolBufferException
            dup
         1: .line 85
            ldc "While parsing a protocol message, the input ended unexpectedly in the middle of a field.  This could mean either that the input has been truncated or that an embedded message misreported its own length."
         2: .line 84
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.InvalidProtocolBufferException negativeSize();
    descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 92
            new com.google.protobuf.InvalidProtocolBufferException
            dup
         1: .line 93
            ldc "CodedInputStream encountered an embedded string or message which claimed to have negative size."
         2: .line 92
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.InvalidProtocolBufferException malformedVarint();
    descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 98
            new com.google.protobuf.InvalidProtocolBufferException
            dup
            ldc "CodedInputStream encountered a malformed varint."
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.InvalidProtocolBufferException invalidTag();
    descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 102
            new com.google.protobuf.InvalidProtocolBufferException
            dup
            ldc "Protocol message contained an invalid tag (zero)."
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.InvalidProtocolBufferException invalidEndTag();
    descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 106
            new com.google.protobuf.InvalidProtocolBufferException
            dup
         1: .line 107
            ldc "Protocol message end-group tag did not match expected tag."
         2: .line 106
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException invalidWireType();
    descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 111
            new com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException
            dup
            ldc "Protocol message tag had invalid wire type."
            invokespecial com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.InvalidProtocolBufferException recursionLimitExceeded();
    descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 125
            new com.google.protobuf.InvalidProtocolBufferException
            dup
         1: .line 126
            ldc "Protocol message had too many levels of nesting.  May be malicious.  Use CodedInputStream.setRecursionLimit() to increase the depth limit."
         2: .line 125
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.InvalidProtocolBufferException sizeLimitExceeded();
    descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 131
            new com.google.protobuf.InvalidProtocolBufferException
            dup
         1: .line 132
            ldc "Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit."
         2: .line 131
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.InvalidProtocolBufferException parseFailure();
    descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 137
            new com.google.protobuf.InvalidProtocolBufferException
            dup
            ldc "Failed to parse the message."
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.InvalidProtocolBufferException invalidUtf8();
    descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 141
            new com.google.protobuf.InvalidProtocolBufferException
            dup
            ldc "Protocol message had invalid UTF-8."
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "InvalidProtocolBufferException.java"
NestMembers:
  com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException
InnerClasses:
  public InvalidWireTypeException = com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException of com.google.protobuf.InvalidProtocolBufferException