#include <coherence/io/IOException.hpp>
Inherits Exception.
Inherited by EOFException, InterruptedIOException, UTFDataFormatException, and UnknownHostException.
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 |