Oracle Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.2)

E26041-01

CloneNotSupportedException Class Reference

#include <coherence/lang/CloneNotSupportedException.hpp>

Inherits Exception.

List of all members.


Detailed Description

Thrown when an attempt is made to clone an object which does not support cloning.

Author:
mf 2008.04.03

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.

Constructor & Destructor Documentation

CloneNotSupportedException ( String::View  vsMsg = String::null_string,
Exception::View  vCause = NULL 
) [protected]

Create a CloneNotSupportedException.

Parameters:
vsMsg the detail message
vCause the underlying cause of the exception
Returns:
a new CloneNotSupportedException


The documentation for this class was generated from the following file:
Copyright © 2000, 2013, Oracle and/or its affiliates. All rights reserved.