Class TimeoutController.TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.httpclient.util.TimeoutController.TimeoutException
- All Implemented Interfaces:
Serializable
- Enclosing class:
TimeoutController
Signals that the task timed out.
- Since:
- 2.0
- Version:
- $Revision: 480424 $
- Author:
- Ortwin Glueck, Mike Bowler
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
public TimeoutException()Create an instance
-