javax.bluetooth
Class ServiceRegistrationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--javax.bluetooth.ServiceRegistrationException
- public class ServiceRegistrationException
- extends IOException
The ServiceRegistrationException is thrown when there is a failure to add
a service record to the local Service Discovery Database (SDDB) or to modify
an existing service record in the SDDB. The failure could be because the
SDDB has no room for new records or because the modification being
attempted to a service record violated one of the rules about
service record updates. This exception will also be thrown if it
was not possible to obtain an RFCOMM server channel needed for a
btspp service record.
- Since:
- JDE 4.2.1
ServiceRegistrationException
public ServiceRegistrationException()
- Creates a
ServiceRegistrationException without a
detailed message.
- Since:
- JDE 4.2.1
ServiceRegistrationException
public ServiceRegistrationException(String msg)
- Creates a
ServiceRegistrationException with a
detailed message.
- Parameters:
msg - the reason for the exception- Since:
- JDE 4.2.1
Copyright 1999-2009 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.