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 (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.