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

E80355-01

UnsupportedOperationException Class Reference

#include <coherence/lang/UnsupportedOperationException.hpp>

Inherits RuntimeException.

List of all members.


Detailed Description

Thrown to indicate that the requested operation is not supported.

Author:
jh 2007.11.07

Public Types

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

Protected Member Functions

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

Constructor & Destructor Documentation

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

Create an UnsupportedOperationException.

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


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