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

ServiceRegistrationException

public class ServiceRegistrationException 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 ServiceRegistrationException()

        super();
    
public ServiceRegistrationException(String msg)

        super(msg);
    
Methods Summary