Class USBStallException

All Implemented Interfaces:
Serializable

public class USBStallException extends USBException
Exception thrown if a communication on a USB endpoint failed.

If a USB endpoint stalls, it is halted and the halt condition must be cleared using USBDevice.clearHalt(USBDirection, int) before communication can resume.

If the control endpoint 0 stalls, it throws this exception but is not halted.

See Also:
  • Constructor Details

    • USBStallException

      public USBStallException(String message)
      Creates a new instance with a message.
      Parameters:
      message - the message