public class MessageSizeException extends MessagePackException
| Modifier and Type | Field and Description |
|---|---|
private long |
size |
UNREACHABLE| Constructor and Description |
|---|
MessageSizeException(long size) |
MessageSizeException(java.lang.String message,
long size) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize() |
UNSUPPORTED