com.intel.bluetooth
Class NotSupportedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.intel.bluetooth.NotSupportedIOException

public class NotSupportedIOException
extends IOException

Thrown when current native implementation can't implement the functionality.

Rating red

Constructor Summary
NotSupportedIOException()
           
NotSupportedIOException(String stackName)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotSupportedIOException

public NotSupportedIOException()

NotSupportedIOException

public NotSupportedIOException(String stackName)