FileDocCategorySizeDatePackage
BluetoothStateException.javaAPI DocphoneME MR2 API (J2ME)1706Wed May 02 18:00:30 BST 2007javax.bluetooth

BluetoothStateException

public class BluetoothStateException extends IOException
This class is defined by the JSR-82 specification Java™ APIs for Bluetooth™ Wireless Technology, Version 1.1.

Fields Summary
Constructors Summary
public BluetoothStateException()

        super();
    
public BluetoothStateException(String msg)

        super(msg);
    
Methods Summary