|
|||||||||
| 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.SiteContextException
public class SiteContextException
A subclass of Exception for exceptions specific to the SiteContext system
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
SiteContextException(java.lang.String pMessage)
Constructs an instanceof SiteContextException |
|
SiteContextException(java.lang.String pMessage,
java.lang.Throwable pNested)
constructor with message and nested throwable |
|
SiteContextException(java.lang.Throwable pNested)
constructor with just nested throwable |
|
| 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 SiteContextException(java.lang.String pMessage)
pMessage - the error message
public SiteContextException(java.lang.String pMessage,
java.lang.Throwable pNested)
pMessage - the error messagepNested - the nested exceptionpublic SiteContextException(java.lang.Throwable pNested)
pNested - the nested exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||