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