public class RuntimeSecurityException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Constructor and Description | 
|---|
RuntimeSecurityException(SecurityException e)
Wraps a security exception in another exception that can be
 thrown from within a method without a "throws SecurityException"
 in its signature. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityException | 
getSecurityException()
Returns the security exception that caused this runtime
 security exception. 
 | 
public RuntimeSecurityException(SecurityException e)
public SecurityException getSecurityException()