Oracle Coherence for C++ API
Release 3.7.1.0

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