| 
|||||||||
| 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.PortalObjectCreationException
public class PortalObjectCreationException
This class represents an exception that is thrown when an error is encountered while creating a portal repository object.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
PortalObjectCreationException()
Constructs a new PortalObjectCreationException  | 
|
PortalObjectCreationException(java.lang.String pStr)
Constructs a new PortalObjectCreationException with the given explanation.  | 
|
PortalObjectCreationException(java.lang.String pStr,
                              java.lang.Throwable pSourceException)
Constructs a new PortalObjectCreationException with the given explanation.  | 
|
PortalObjectCreationException(java.lang.Throwable pSourceException)
Constructs a new PortalObjectCreationException.  | 
|
| 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 PortalObjectCreationException()
public PortalObjectCreationException(java.lang.String pStr)
public PortalObjectCreationException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem
public PortalObjectCreationException(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 | ||||||||