Oracle Coherence for C++ API
Release 3.6.0.0

E15728-01

IOException Class Reference

#include <coherence/io/IOException.hpp>

Inherits Exception.

Inherited by EOFException, InterruptedIOException, UTFDataFormatException, and UnknownHostException.

List of all members.


Detailed Description

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.

Author:
jh 2007.12.30

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.

Constructor & Destructor Documentation

IOException ( String::View  vsMsg = String::NULL_STRING,
Exception::View  vCause = NULL 
) [protected]

Create an IOException.

Parameters:
vsMsg the detail message
vCause the underlying cause of the exception
Returns:
a new IOException


The documentation for this class was generated from the following file:
Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.