| 
|||||||||
| 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.CommunitySpawnException
public class CommunitySpawnException
This class represents an exception that is thrown when an error is encountered while spawning a community from a community template
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
CommunitySpawnException()
Constructs an instanceof CommunitySpawnException  | 
|
CommunitySpawnException(java.lang.String pMessage)
construct exception with given explanation  | 
|
CommunitySpawnException(java.lang.String pMessage,
                        java.lang.Throwable pSourceException)
construct exception with message and source exception  | 
|
CommunitySpawnException(java.lang.Throwable pSourceException)
construct exception with source exception  | 
|
| 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 CommunitySpawnException()
public CommunitySpawnException(java.lang.String pMessage)
pMessage - the exception messagepublic CommunitySpawnException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root cause of
 the problem
public CommunitySpawnException(java.lang.String pMessage,
                               java.lang.Throwable pSourceException)
pMessage - the exception messagepSourceException - the source of this error
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||