Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/CloneNotSupportedException.hpp>
Inherits Exception.
Thrown when an attempt is made to clone an object which does not support cloning.
Public Types |
|
| typedef spec::Handle | Handle |
| CloneNotSupportedException Handle definition. | |
| typedef spec::View | View |
| CloneNotSupportedException View definition. | |
| typedef spec::Holder | Holder |
| CloneNotSupportedException Holder definition. | |
Protected Member Functions |
|
| CloneNotSupportedException (String::View vsMsg=String::null_string, Exception::View vCause=NULL) | |
| Create a CloneNotSupportedException. | |
| CloneNotSupportedException | ( | String::View | vsMsg = String::null_string, |
|
| Exception::View | vCause = NULL |
|||
| ) | [protected] |
Create a CloneNotSupportedException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |
The documentation for this class was generated from the following file: