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

E26041-01

ConcurrentModificationException Class Reference

#include <coherence/util/ConcurrentModificationException.hpp>

Inherits RuntimeException.

List of all members.


Detailed Description

Thrown to indicate that a non-permissible concurrent modification of an object has been detected.

Public Types

typedef spec::Handle Handle
 ConcurrentModificationException Handle definition.
typedef spec::View View
 ConcurrentModificationException View definition.
typedef spec::Holder Holder
 ConcurrentModificationException Holder definition.

Protected Member Functions

 ConcurrentModificationException (String::View vsMsg=String::null_string, Exception::View vCause=NULL)
 Create an ConcurrentModificationException.

Constructor & Destructor Documentation

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

Create an ConcurrentModificationException.

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


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