Oracle Coherence for C++ API
Release 3.6.0.0

E15728-01

SecurityException Class Reference

#include <coherence/lang/SecurityException.hpp>

Inherits RuntimeException.

List of all members.


Detailed Description

Thrown to indicate a security violation.

Public Types

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

Protected Member Functions

 SecurityException (String::View vsMsg=String::NULL_STRING, Exception::View vCause=NULL)
 Create a SecurityException.

Constructor & Destructor Documentation

SecurityException ( String::View  vsMsg = String::NULL_STRING,
Exception::View  vCause = NULL 
) [protected]

Create a SecurityException.

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, 2010, Oracle and/or its affiliates. All rights reserved.