Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/io/IOException.hpp>
Inherits Exception.
Inherited by EOFException, InterruptedIOException, UTFDataFormatException, and UnknownHostException.
Signals that an I/O exception of some sort has occurred.
This class is the general class of exceptions produced by failed or interrupted I/O operations.
Public Types |
|
| typedef spec::Handle | Handle |
| IOException Handle definition. | |
| typedef spec::View | View |
| IOException View definition. | |
| typedef spec::Holder | Holder |
| IOException Holder definition. | |
Protected Member Functions |
|
| IOException (String::View vsMsg=String::null_string, Exception::View vCause=NULL) | |
| Create an IOException. | |
| IOException | ( | String::View | vsMsg = String::null_string, |
|
| Exception::View | vCause = NULL |
|||
| ) | [protected] |
Create an IOException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |
The documentation for this class was generated from the following file: