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

E26041-01

UnknownHostException Class Reference

#include <coherence/net/UnknownHostException.hpp>

Inherits IOException.

List of all members.


Detailed Description

UnknownHostException is thrown as a result of a failed hostname resolution.

Author:
mf 2008.03.17

Public Types

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

Protected Member Functions

 UnknownHostException (String::View vsMsg=String::null_string, Exception::View vCause=NULL)
 Create an UnknownHostException.

Constructor & Destructor Documentation

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

Create an UnknownHostException.

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


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