BluetoothConnectionException constructor

BluetoothConnectionException(
  1. String message
)

Creates a BluetoothConnectionException with the specified error message.

Implementation

BluetoothConnectionException(this.message);