#include <coherence/lang/SecurityException.hpp>
Inherits RuntimeException.
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.   | |
| SecurityException | ( | String::View |  vsMsg = String::null_string,  | 
        |
| Exception::View |  vCause = NULL | |||
| ) |  [protected] | 
        
Create a SecurityException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |