Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/IllegalStateException.hpp>
Inherits RuntimeException.
Signals that a function has been called at an illegal or inappropriate time.
In other words, the environment or application is not in an appropriate state for the requested operation.
Public Types |
|
| typedef spec::Handle | Handle |
| IllegalStateException Handle definition. | |
| typedef spec::View | View |
| IllegalStateException View definition. | |
| typedef spec::Holder | Holder |
| IllegalStateException Holder definition. | |
Protected Member Functions |
|
| IllegalStateException (String::View vsMsg=String::null_string, Exception::View vCause=NULL) | |
| Create an IllegalStateException. | |
| IllegalStateException | ( | String::View | vsMsg = String::null_string, |
|
| Exception::View | vCause = NULL |
|||
| ) | [protected] |
Create an IllegalStateException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |
The documentation for this class was generated from the following file: