DriveRpcException constructor

DriveRpcException(
  1. String message
)

Creates a drive RPC exception.

Implementation

DriveRpcException(this.message);