MsgPackOverflowError constructor

MsgPackOverflowError(
  1. Object object
)

Builds a MsgPackOverflowError

  • object: The object that cannot be serialized.

Implementation

MsgPackOverflowError(Object object) : super(object);