Package com.fazecast.jSerialComm
Class SerialPortIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fazecast.jSerialComm.SerialPortIOException
- All Implemented Interfaces:
Serializable
This class describes a serial port IO exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerialPortIOException(String message) Constructs aSerialPortIOExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SerialPortIOException
Constructs aSerialPortIOExceptionwith the specified detail message.- Parameters:
message- The detail message (which is saved for later retrieval by theThrowable.getMessage()method).
-