MsgPackOverflowError constructor
MsgPackOverflowError(
- Object object
Builds a MsgPackOverflowError
object: The object that cannot be serialized.
Implementation
MsgPackOverflowError(Object object) : super(object);