Oracle Coherence for C++ API
Release 3.6.0.0

E15728-01

InterruptedException Class Reference

#include <coherence/lang/InterruptedException.hpp>

Inherits Exception.

List of all members.


Detailed Description

Signals that the current thread has been interrupted.

Public Types

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

Protected Member Functions

 InterruptedException (String::View vsMsg=String::NULL_STRING, Exception::View vCause=NULL)
 Create an InterruptedException.

Constructor & Destructor Documentation

InterruptedException ( String::View  vsMsg = String::NULL_STRING,
Exception::View  vCause = NULL 
) [protected]

Create an InterruptedException.

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


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