robertoprato / bluecove

Automatically exported from code.google.com/p/bluecove
0 stars 0 forks source link

javax.bluetooth.BluetoothConnectionException is missing from package #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open a connection to a non existing host.
2.
3.

What is the expected output? What do you see instead?
expected:
javax.bluetooth.BluetoothConnectionException

instead:
java.io.IOException: Failed to connect socket
    at com.intel.bluetooth.BluetoothPeer.connect(Native Method)

What version of the product are you using? On what operating system?
version 1.2.0 on WindowsXP SP2

Please provide any additional information below.
From the javax.bluetooth.BluetoothConnectionException javadoc:
This BluetoothConnectionException is thrown when a Bluetooth connection
(L2CAP, RFCOMM, or OBEX over RFCOMM) cannot be established successfully.

Original issue reported on code.google.com by bjorn.t...@gmail.com on 27 Nov 2006 at 3:27

GoogleCodeExporter commented 8 years ago
Apparently this is defined in the API so this is a quite valid issue. 

Original comment by paul.tot...@gmail.com on 15 Dec 2006 at 10:19

GoogleCodeExporter commented 8 years ago
This ought to have a preview =)

Original comment by paul.tot...@gmail.com on 15 Dec 2006 at 10:19

GoogleCodeExporter commented 8 years ago
All interfaces in version 1.2.2 are defined as in JSR-82

Original comment by skarzhev...@gmail.com on 16 Mar 2007 at 6:38