|
Smalltalk/X WebserverDocumentation of class 'TimeoutError': |
|
|
Class: TimeoutErrorInheritance:Object | +--GenericException | +--Exception | +--Error | +--ProceedableError | +--TimeoutError
Description:
TimeoutError may be raised, when a timeout on some operation occurs.
It is recommended to perform the operation in a while-loop, and to raise the
exception proceedable, in order to retry the operation or wait
by proceeding the exception.
[instance variables]
parameter value of the timer in seconds
Class protocol:initialization |
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 21:38:52 GMT
|