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.

See Also:
Serialized Form

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, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeoutException

public TimeoutException()
Default constructor.

TimeoutException

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