Class UsbTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.codecrete.usb.UsbException
net.codecrete.usb.UsbTimeoutException
-
Constructor Summary
ConstructorsConstructorDescriptionUsbTimeoutException(@NotNull String message) Creates a new instance with a message. -
Method Summary
Methods inherited from class net.codecrete.usb.UsbException
getErrorCodeMethods 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
-