BluetoothReadException constructor

BluetoothReadException(
  1. String message
)

Creates a BluetoothReadException with the specified error message.

Implementation

BluetoothReadException(this.message);