Package gnu.io
Class PortInUseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gnu.io.PortInUseException
-
- All Implemented Interfaces:
java.io.Serializable
public class PortInUseException extends java.lang.Exception
The port requested is currently in use- Since:
- JDK1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
currentOwner
the owner of the port requested.
-
Constructor Summary
Constructors Constructor Description PortInUseException()
-