| 
 | |||||||||
| 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.repository.xml.UpdateException
public class UpdateException
General exception indicating an error occured while trying to update an item in the repository.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| UpdateException()Default constructor. | |
| UpdateException(java.lang.String pStr)Constructor which takes String input. | |
| UpdateException(java.lang.String pStr,
                java.lang.Throwable pSourceException)Constructor that takes another exception to wrap it, and also String. | |
| UpdateException(java.lang.Throwable pSourceException)Constructor that takes another exception to wrap it. | |
| Method Summary | 
|---|
| Methods inherited from class atg.core.exception.ContainerException | 
|---|
| getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, 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 UpdateException()
public UpdateException(java.lang.String pStr)
public UpdateException(java.lang.Throwable pSourceException)
public UpdateException(java.lang.String pStr,
                       java.lang.Throwable pSourceException)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||