CloudStorageException constructor

CloudStorageException(
  1. String message
)

Creates a new exception.

Implementation

CloudStorageException(this.message) : super();