Package helma.framework
Class TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- helma.framework.TimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class TimeoutException extends java.lang.RuntimeException
TimeoutException is thrown by the request evaluator when a request could not be serviced within the timeout period specified for an application.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException()
Creates a new TimeoutException object.
-