Package org.apache.activemq.protobuf
Class InvalidProtocolBufferException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.activemq.protobuf.InvalidProtocolBufferException
-
- All Implemented Interfaces:
java.io.Serializable
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.- Author:
- kenton@google.com Kenton Varda
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidProtocolBufferException(java.lang.String description)
-