org.apache.java.lang
Class TimeoutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.java.lang.TimeoutException

public class TimeoutException
extends java.lang.Exception

This Exception is thrown when a specified timeout is reached without suceeding in completing the action.

Version:
$Revision: 1.4 $ $Date: 1999/04/26 00:33:55 $
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
TimeoutException()
          Default constructor.
TimeoutException(java.lang.String message)
          Constructor with a message associated.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

TimeoutException

public TimeoutException()
Default constructor.

TimeoutException

public TimeoutException(java.lang.String message)
Constructor with a message associated.