SimApiException constructor

SimApiException(
  1. String message
)

Creates a new instance of SimApiException with a given message.

Implementation

SimApiException(this.message);