StorageException constructor

StorageException(
  1. String message
)

Creates a new instance of StorageException.

The message parameter provides more details about the exception.

Implementation

StorageException(this.message);