Package com.rm5248.serial
Class NoSuchPortException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.rm5248.serial.NoSuchPortException
-
- All Implemented Interfaces:
Serializable
public class NoSuchPortException extends Exception
This exception is thrown when you attempt to open up a port that does not exist.- Author:
- rm5248
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPortException(String status)Create a new exception with the specified error.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchPortException
public NoSuchPortException(String status)
Create a new exception with the specified error.- Parameters:
status-
-
-