NoFreeDaemons class: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
Line 10: | Line 10: | ||
</p> | </p> | ||
The methods in this class are listed at "[[List of | The methods in this class are listed at "[[List of NoFreeDaemons methods]]". | ||
[[Category:System exception classes]] | [[Category:System exception classes]] |
Revision as of 14:50, 30 March 2011
The NoFreeDaemons exception class indicates that the Daemon class constructor was invoked, but there were no daemon threads available to service the object.
To produce a NoFreeDaemons exception, you typically use a User Language Throw statement with a NoFreeDaemons New constructor. For example, the following statement throws a NoFreeDaemons exception:
throw %(noFreeDaemons):new
The methods in this class are listed at "List of NoFreeDaemons methods".