| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.security.SecurityException
atg.security.ImplementationSecurityException
public class ImplementationSecurityException
A security exception that wraps some kind of Throwable that occured within an implementation of a security system element. This allows implementation-dependent exception information to be passed up through the security APIs by individual implementations in a reasonably consistent manner.
This exception might be thrown if, for instance, the storage system encountered a failure trying to save owner or ID information.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Constructor Summary | |
|---|---|
| ImplementationSecurityException(java.lang.String message,
                                java.lang.Throwable t)Wraps a throwable with a security exception, including additional textual information. | |
| ImplementationSecurityException(java.lang.Throwable t)Wraps a throwable with a security exception. | |
| Method Summary | |
|---|---|
|  java.lang.Throwable | getThrowable()Returns the throwable that caused this exception. | 
|  java.lang.String | toString()Display information about this exception and that of the source exception if there is one. | 
| Methods inherited from class atg.core.exception.ContainerException | 
|---|
| getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace | 
| 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 ImplementationSecurityException(java.lang.Throwable t)
public ImplementationSecurityException(java.lang.String message,
                                       java.lang.Throwable t)
| Method Detail | 
|---|
public java.lang.Throwable getThrowable()
public java.lang.String toString()
ContainerException
toString in class ContainerException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||