This is the framework root class for security exceptions.
Initializes anew instance of SecurityException.
public Void SecurityException(msg)| Name | Type | Summary |
|---|---|---|
| msg | String |
Initializes anew instance of SecurityException.
public Void SecurityException(msg, src)| Name | Type | Summary |
|---|---|---|
| msg | String | |
| src | String |
Initializes anew instance of SecurityException.
public Void SecurityException(msg, src, inner)| Name | Type | Summary |
|---|---|---|
| msg | String | |
| src | String | |
| inner | Exception |
In this document