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

E26041-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, 2013, Oracle and/or its affiliates. All rights reserved.