Package com.ftdi

Class FTD2XXException

All Implemented Interfaces:
Serializable

public class FTD2XXException extends IOException
If something bad thing happen in native file.
Author:
Peter Kocsis invalid input: '<'p. kocsis. 2. 7182 at gmail.com>
See Also:
  • Constructor Details

    • FTD2XXException

      public FTD2XXException(com.ftdi.FT_STATUS ftStatus)
    • FTD2XXException

      public FTD2XXException(int ftStatus)
    • FTD2XXException

      public FTD2XXException(Throwable cause)
    • FTD2XXException

      public FTD2XXException(String message, Throwable cause)
    • FTD2XXException

      public FTD2XXException(String message)
    • FTD2XXException

      public FTD2XXException()