javax.bluetooth
Class ServiceRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by javax.bluetooth.ServiceRegistrationException
All Implemented Interfaces:
java.io.Serializable

public class ServiceRegistrationException
extends java.io.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.

See Also:
Serialized Form

Constructor Summary
ServiceRegistrationException()
          Creates a ServiceRegistrationException without a detailed message.
ServiceRegistrationException(java.lang.String msg)
          Creates a ServiceRegistrationException with a detailed message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceRegistrationException

public ServiceRegistrationException()
Creates a ServiceRegistrationException without a detailed message.


ServiceRegistrationException

public ServiceRegistrationException(java.lang.String msg)
Creates a ServiceRegistrationException with a detailed message.

Parameters:
msg - the reason for the exception