| 
 | |||||||||
| 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.MissingIdException
public class MissingIdException
This class represents an exception that is thrown when an error is encountered with a missing item id while registering or updating a portal object in portal administration.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| MissingIdException()Constructs a new MissingIdException | |
| MissingIdException(java.lang.String pStr)Constructs a new MissingIdException with the given explanation. | |
| MissingIdException(java.lang.String pStr,
                   java.lang.Throwable pSourceException)Constructs a new MissingIdException with the given explanation. | |
| MissingIdException(java.lang.Throwable pSourceException)Constructs a new MissingIdException. | |
| 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 MissingIdException()
public MissingIdException(java.lang.String pStr)
public MissingIdException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem
public MissingIdException(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 | ||||||||