public class SiteContextException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
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
|
public SiteContextException(java.lang.String pMessage)
pMessage - the error messagepublic 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