SimliException constructor

SimliException(
  1. String errorCode,
  2. String message
)

Constructor for creating a SimliException with a specified errorCode and message.

Implementation

SimliException(this.errorCode, this.message);