StorageException constructor
StorageException(
- String message
Creates a new instance of StorageException.
The message
parameter provides more details about the exception.
Implementation
StorageException(this.message);