- unneeded constructor removed
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@168 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
@@ -2,10 +2,6 @@ package ch.ntb.usb;
|
|||||||
|
|
||||||
public class USBException extends Exception{
|
public class USBException extends Exception{
|
||||||
|
|
||||||
public class USBTimeoutException {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public USBException(String string) {
|
public USBException(String string) {
|
||||||
super(string);
|
super(string);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user