Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47891-01

RequestTimeoutException Class Reference

#include <coherence/net/RequestTimeoutException.hpp>

Inherits RequestIncompleteException.

List of all members.


Detailed Description

Signals that a request execution in a clustered environment did not complete in a pre-determined amount of time.

For some specific requests this exception could carry a partial execution result.

Author:
jh 2008.02.14

Public Types

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

Protected Member Functions

 RequestTimeoutException (String::View vsMsg=String::null_string, Exception::View vCause=NULL)
 Create a RequestTimeoutException.

Constructor & Destructor Documentation

RequestTimeoutException ( String::View  vsMsg = String::null_string,
Exception::View  vCause = NULL 
) [protected]

Create a RequestTimeoutException.

Parameters:
vsMsg the detail message
vCause the underlying cause of the exception


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