#include <coherence/lang/CloneNotSupportedException.hpp>
Inherits Exception.
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 |