Package gnu.io
Class PortInUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gnu.io.PortInUseException
- All Implemented Interfaces:
Serializable
The port requested is currently in use
- Since:
- JDK1.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
currentOwner
the owner of the port requested.
-
-
Constructor Details
-
PortInUseException
public PortInUseException()
-