S3IException constructor

S3IException(
  1. String errorMessage
)

Creates a S3IException with errorMessage.

Implementation

S3IException(this.errorMessage);