BluetoothScanException constructor

BluetoothScanException(
  1. String message
)

Creates a BluetoothScanException with the specified error message.

Implementation

BluetoothScanException(this.message);