#include <coherence/util/ConcurrentModificationException.hpp>
Inherits RuntimeException.
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.   | |
| ConcurrentModificationException | ( | String::View |  vsMsg = String::null_string,  | 
        |
| Exception::View |  vCause = NULL | |||
| ) |  [protected] | 
        
Create an ConcurrentModificationException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |