socket
Class TimedOutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--socket.TimedOutException

public class TimedOutException
extends java.io.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
See Also:
Serialized Form

Constructor Summary
TimedOutException()
           
TimedOutException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimedOutException

public TimedOutException()

TimedOutException

public TimedOutException(java.lang.String message)