Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
14c (14.1.1.0.0)

F23533-01

ConnectionException Class Reference

#include <coherence/net/messaging/ConnectionException.hpp>

Inherits PortableException.

List of all members.


Detailed Description

Signals that an underlying communication channel used by a Connection may have been closed, severed, or become unusable.

After this exception is thrown, any attempt to use the Connection (or any Channel created by the Connection) may result in an exception.

Author:
jh 2007.12.19

Public Types

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

Protected Member Functions

 ConnectionException (String::View vsMsg=String::null_string, Exception::View vCause=NULL, Object::View vConnection=NULL)
 Create a ConnectionException.
 ConnectionException (const ConnectionException &)
 Blocked copy constructor.

Constructor & Destructor Documentation

ConnectionException ( String::View  vsMsg = String::null_string,
Exception::View  vCause = NULL,
Object::View  vConnection = NULL 
) [protected]

Create a ConnectionException.

Parameters:
vsMsg the detail message
vCause the underlying cause of the exception
vConnection the connection where the exception occurred
Returns:
a new ConnectionException


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