DriveException constructor

DriveException(
  1. String message
)

Creates a drive exception.

Implementation

DriveException(this.message);