Package com.batch.android.msgpack.core
Class MessageSizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.batch.android.msgpack.core.MessagePackException
-
- com.batch.android.msgpack.core.MessageSizeException
-
- All Implemented Interfaces:
java.io.Serializable
public class MessageSizeException extends MessagePackException
Thrown to indicate too large message size (e.g, larger than 2^31-1).- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.batch.android.msgpack.core.MessagePackException
UNREACHABLE
-
-
Constructor Summary
Constructors Constructor Description MessageSizeException(long size)MessageSizeException(java.lang.String message, long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetSize()-
Methods inherited from class com.batch.android.msgpack.core.MessagePackException
UNSUPPORTED
-
-