atg.multisite
Class SiteGroupException

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

public class SiteGroupException
extends java.lang.Exception

A subclass of Exception specifically used for SiteGroup exceptions.

See Also:
Serialized Form

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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

SiteGroupException

public SiteGroupException()
Constructs a new blank instance of SiteGroupException.

Parameters:
pMessage - The error message

SiteGroupException

public SiteGroupException(java.lang.String pMessage)
Constructs an instance of SiteGroupException. with given explanation.

Parameters:
pMessage - The error message

SiteGroupException

public SiteGroupException(java.lang.String pMessage,
                          java.lang.Throwable pThrowable)
Constructor With message and cause.

Parameters:
pMessage - The error message
pThrowable - The exception cause.

SiteGroupException

public SiteGroupException(java.lang.Throwable pThrowable)
Constructor Only with cause.

Parameters:
pThrowable - the exception cause