Class 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 Detail

      • NoSuchPortException

        public NoSuchPortException​(String status)
        Create a new exception with the specified error.
        Parameters:
        status -