atg.service.webappregistry
Class WebAppRegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.service.webappregistry.WebAppRegistryException
All Implemented Interfaces:
ContainableException, java.io.Serializable

public class WebAppRegistryException
extends ContainerException

Represents an exception that occurs while registering a WebApp.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
WebAppRegistryException()
          Constructs a new WebAppRegistryException.
WebAppRegistryException(java.lang.String pString)
          Constructs a new WebAppRegistryException with the given explanation.
WebAppRegistryException(java.lang.String pString, java.lang.Throwable pRootCause)
          Constructs a new WebAppRegistryException with the given explanation and root exception.
WebAppRegistryException(java.lang.Throwable pRootCause)
          Constructs a new WebAppRegistryException with the given root exception.
 
Method Summary
 java.lang.Throwable getRootCause()
          Returns the root exception.
 
Methods inherited from class atg.core.exception.ContainerException
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
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

WebAppRegistryException

public WebAppRegistryException()
Constructs a new WebAppRegistryException.


WebAppRegistryException

public WebAppRegistryException(java.lang.String pString)
Constructs a new WebAppRegistryException with the given explanation.


WebAppRegistryException

public WebAppRegistryException(java.lang.Throwable pRootCause)
Constructs a new WebAppRegistryException with the given root exception.


WebAppRegistryException

public WebAppRegistryException(java.lang.String pString,
                               java.lang.Throwable pRootCause)
Constructs a new WebAppRegistryException with the given explanation and root exception.

Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Returns the root exception.