Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

InterruptedIOException Class Reference

#include <coherence/io/InterruptedIOException.hpp>

Inherits IOException.

List of all members.


Detailed Description

Signals that the current thread has been interrupted while blocked on IO.

 

Public Types

typedef spec::Handle  Handle
  InterruptedIOException Handle definition.
typedef spec::View  View
  InterruptedIOException View definition.
typedef spec::Holder  Holder
  InterruptedIOException Holder definition.

Public Member Functions

virtual size32_t  getBytesTransfered () const
  Return the number of bytes trasfered during the blocking operation prior to the interrupt.

Public Attributes

size32_t  m_cBytesTransfered
  The number of bytes transfered during the blocking operation prior to the interrupt.

Protected Member Functions

  InterruptedIOException (String::View vsMsg=String::null_string, size32_t cBytesTransfered=0, Exception::View vCause=NULL)
  Create an InterruptedIOException.

Constructor & Destructor Documentation

InterruptedIOException ( String::View  vsMsg = String::null_string,
    size32_t  cBytesTransfered = 0,
    Exception::View  vCause = NULL  
  )     [protected]

Create an InterruptedIOException.

Parameters:
  vsMsg  the detail message
  cBytesTransfered  the number of bytes transfered during the blocked operation prior to the interrupt
  vCause  the underlying cause of the exception
Returns:
a new InterruptedIOException

The documentation for this class was generated from the following file:

Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.