com.intel.bluetooth
Class NotImplementedIOException

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

public class NotImplementedIOException
extends IOException

Thrown when current implementation do not implement the functionality.

Rating red

Field Summary
static boolean enabled
           
 
Constructor Summary
NotImplementedIOException()
           
 
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
 

Field Detail

enabled

public static final boolean enabled
See Also:
Constant Field Values
Constructor Detail

NotImplementedIOException

public NotImplementedIOException()