Class InvalidProtocolBufferException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidProtocolBufferException.InvalidWireTypeException

    public class InvalidProtocolBufferException
    extends java.io.IOException
    Thrown when a protocol message being parsed is invalid in some way, e.g. it contains a malformed varint or a negative byte length.
    See Also:
    Serialized Form