| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
atg.security.RuntimeSecurityException
public class RuntimeSecurityException
A security exception that can be thrown from within a method without a "throws SecurityException" in its signature. This allows existing code to add security without requiring modifications to its APIs.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Constructor Summary | |
|---|---|
| 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. | |
| Method Summary | |
|---|---|
|  SecurityException | getSecurityException()Returns the security exception that caused this runtime security exception. | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public RuntimeSecurityException(SecurityException e)
| Method Detail | 
|---|
public SecurityException getSecurityException()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||