| 
|||||||||
| 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.multisite.SiteGroupException
public class SiteGroupException
A subclass of Exception specifically used for SiteGroup exceptions.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
SiteGroupException()
Constructs a new blank instance of SiteGroupException.  | 
|
SiteGroupException(java.lang.String pMessage)
Constructs an instance of SiteGroupException.  | 
|
SiteGroupException(java.lang.String pMessage,
                   java.lang.Throwable pThrowable)
Constructor With message and cause.  | 
|
SiteGroupException(java.lang.Throwable pThrowable)
Constructor Only with cause.  | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| 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 SiteGroupException()
pMessage - The error messagepublic SiteGroupException(java.lang.String pMessage)
pMessage - The error message
public SiteGroupException(java.lang.String pMessage,
                          java.lang.Throwable pThrowable)
pMessage - The error messagepThrowable - The exception cause.public SiteGroupException(java.lang.Throwable pThrowable)
pThrowable - the exception cause
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||