java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.codecrete.usb.USBException
net.codecrete.usb.USBTimeoutException
- All Implemented Interfaces:
Serializable
Exception thrown if a USB operation times out.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.codecrete.usb.USBException
errorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
USBTimeoutException
Creates a new instance with a message.- Parameters:
message- the message
-