atg.multisite
Class SiteContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.multisite.SiteContextException
All Implemented Interfaces:
java.io.Serializable

public class SiteContextException
extends java.lang.Exception

A subclass of Exception for exceptions specific to the SiteContext system

See Also:
Serialized Form

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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

SiteContextException

public SiteContextException(java.lang.String pMessage)
Constructs an instanceof SiteContextException

Parameters:
pMessage - the error message

SiteContextException

public SiteContextException(java.lang.String pMessage,
                            java.lang.Throwable pNested)
constructor with message and nested throwable

Parameters:
pMessage - the error message
pNested - the nested exception

SiteContextException

public SiteContextException(java.lang.Throwable pNested)
constructor with just nested throwable

Parameters:
pNested - the nested exception