SerialException constructor

SerialException(
  1. SerialErrorCode errorCode,
  2. String errorMsg
)

Implementation

SerialException(this.errorCode, this.errorMsg);