SimApiException constructor
SimApiException(
- String message
Creates a new instance of SimApiException with a given message.
Implementation
SimApiException(this.message);
Creates a new instance of SimApiException with a given message.
SimApiException(this.message);