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

E80355-01

IllegalStateException Class Reference

#include <coherence/lang/IllegalStateException.hpp>

Inherits RuntimeException.

List of all members.


Detailed Description

Signals that a function has been called at an illegal or inappropriate time.

In other words, the environment or application is not in an appropriate state for the requested operation.

Public Types

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

Protected Member Functions

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


Constructor & Destructor Documentation

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

Create an IllegalStateException.

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


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