www.pudn.com > bluecove-1.2.1-src.zip > NotImplementedIOException.java, change:2007-01-07,size:244b
package com.intel.bluetooth;
import java.io.IOException;
public class NotImplementedIOException extends IOException {
private static final long serialVersionUID = 1L;
public NotImplementedIOException() {
super("Not Implemented");
}
}