| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
atg.portal.framework.PortalException
atg.portal.admin.exceptions.MissingParentException
public class MissingParentException
This class represents an exception that is thrown when an error is encountered while registering or updating a portal object where the parent object or folder cannot be identified.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| MissingParentException()Constructs a new MissingParentException | |
| MissingParentException(java.lang.String pStr)Constructs a new MissingParentException with the given explanation. | |
| MissingParentException(java.lang.String pStr,
                       java.lang.Throwable pSourceException)Constructs a new MissingParentException with the given explanation. | |
| MissingParentException(java.lang.Throwable pSourceException)Constructs a new MissingParentException. | |
| Method Summary | 
|---|
| Methods inherited from class atg.portal.framework.PortalException | 
|---|
| printStackTrace, printStackTrace, printStackTrace, toString | 
| Methods inherited from class javax.servlet.ServletException | 
|---|
| getRootCause | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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 MissingParentException()
public MissingParentException(java.lang.String pStr)
public MissingParentException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem
public MissingParentException(java.lang.String pStr,
                              java.lang.Throwable pSourceException)
pStr - an explanation of the exceptionpSourceException - the initial exception which was the root
 cause of the problem| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||