Class socket.TimedOutException
All Packages Class Hierarchy This Package Previous Next Index
Class socket.TimedOutException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----socket.TimedOutException
- public class TimedOutException
- extends IOException
Exception thrown when a Telnet connection takes too long
before receiving a specified String token.
- Version:
- 0.1 7/30/97
- Author:
- George Ruban
-
TimedOutException()
-
-
TimedOutException(String)
-
TimedOutException
public TimedOutException()
TimedOutException
public TimedOutException(String message)
All Packages Class Hierarchy This Package Previous Next Index