de.jaetzold.util
Class TimeoutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.jaetzold.util.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException
extends Exception

This exception is used to indicate that some timeout-state has been reached and that's the reason why some method could'nt be completed.

See Also:
Serialized Form

Constructor Summary
TimeoutException()
          Creates a new TimeoutException without a detail message.
TimeoutException(String message)
          Creates a new TimeoutException with message as detail 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

TimeoutException

public TimeoutException()
Creates a new TimeoutException without a detail message.

TimeoutException

public TimeoutException(String message)
Creates a new TimeoutException with message as detail message.