Package jmri.jmrix.purejavacomm
Class PortInUseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.jmrix.purejavacomm.PortInUseException
-
- All Implemented Interfaces:
java.io.Serializable
public class PortInUseException extends java.lang.Exception
This exception is thrown when the port is in use.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortInUseException()
Creates a new instance ofPortInUseException
without detail message.
-
-
-
Constructor Detail
-
PortInUseException
public PortInUseException()
Creates a new instance ofPortInUseException
without detail message.
-
-