Package jmri.jmrix.purejavacomm
Class PortInUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.jmrix.purejavacomm.PortInUseException
- All Implemented Interfaces:
Serializable
This exception is thrown when the port is in use.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofPortInUseExceptionwithout 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
-
PortInUseException
public PortInUseException()Creates a new instance ofPortInUseExceptionwithout detail message.
-