Package gnu.io
Class NoSuchPortException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gnu.io.NoSuchPortException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchPortException extends java.lang.Exception
The requested Port does not exist- Since:
- JDK1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPortException()
NoSuchPortException(java.lang.String str)
NoSuchPortException(java.lang.String message, java.lang.Throwable cause)
-