Type: info
         Title: new: css.lang.NotInitializedException
     Posted by: [EMAIL PROTECTED]
      Affected: -
Effective from: CWS dba24d


*Summary*
--------
+ css.lang.NotInitializedException : RuntimeException.

*Description*
-------------
The NotInitializedException (derived from RuntimeException, not having
any own members) is intended to be thrown by service implementations
which are used before they're fully initialized.

It is necessary since in some implementations, the construction of
service in fact is two-step, first the C++ object is created, then it
is initialized. In theory, it is possible for flawed client code to
call other methods of the not-yet-working instance between those two
steps.


Send feedback to [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to