org.almendra.commons.threads
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.almendra.commons.threads.TimeoutException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutException
extends java.lang.Exception

Thrown if a timeout period has expired.

Author:
Oliver Plohmann
See Also:
Serialized Form

Constructor Summary
TimeoutException()
          Creates a new TimeoutException object.
TimeoutException(java.lang.String message)
          Creates a new TimeoutException object.
TimeoutException(java.lang.String message, java.lang.Throwable cause)
          Creates a new TimeoutException object.
TimeoutException(java.lang.Throwable cause)
          Creates a new TimeoutException object.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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 object.


TimeoutException

public TimeoutException(java.lang.String message)
Creates a new TimeoutException object.

Parameters:
message -

TimeoutException

public TimeoutException(java.lang.String message,
                        java.lang.Throwable cause)
Creates a new TimeoutException object.

Parameters:
message -
cause -

TimeoutException

public TimeoutException(java.lang.Throwable cause)
Creates a new TimeoutException object.

Parameters:
cause -