-
- 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).
-
-
Field Summary
Fields Modifier and Type Field Description private final longsize
-
Constructor Summary
Constructors Constructor Description MessageSizeException(long size)MessageSizeException(String message, long size)
-
Method Summary
Modifier and Type Method Description longgetSize()-
Methods inherited from class com.batch.android.msgpack.core.MessagePackException
UNSUPPORTED -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-