- derive USBException from IOException instead of Exception
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@235 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
*/
|
||||
package ch.ntb.usb;
|
||||
|
||||
public class USBException extends Exception{
|
||||
import java.io.IOException;
|
||||
|
||||
public class USBException extends IOException {
|
||||
|
||||
public USBException(String string) {
|
||||
super(string);
|
||||
|
||||
Reference in New Issue
Block a user