NoFreeDaemons class
The NoFreeDaemons exception class indicates that the Daemon class New constructor was invoked, but there were no daemon threads available to service the object.
To produce a NoFreeDaemons exception for yourself, 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 NoFreeDaemons methods
The following are the available NoFreeDaemons class methods.
Method | Description |
---|---|
New | Create a new NoFreeDaemons object |
The methods in the class are described in the subsections that follow. In addition:
- "Notation conventions for methods" has information about the conventions followed.
- "NoFreeDaemons methods syntax" is a single page that contains the syntax diagrams of all the methods in the class.