public class WebAppRegistryException extends ContainerException
Represents an exception that occurs while registering a WebApp.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getRootCause()
Returns the root exception.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic WebAppRegistryException()
public WebAppRegistryException(java.lang.String pString)
public WebAppRegistryException(java.lang.Throwable pRootCause)
public WebAppRegistryException(java.lang.String pString,
java.lang.Throwable pRootCause)