public class ApprovalsException
extends atg.core.exception.ContainerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
ApprovalsException()
Constructs a new EnvironmentException.
|
ApprovalsException(java.lang.String pStr)
Constructs a new ApprovalsException with the given
explanation.
|
ApprovalsException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new ApprovalsException with the given
explanation.
|
ApprovalsException(java.lang.Throwable pSourceException)
Constructs a new ApprovalsException.
|
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic ApprovalsException()
public ApprovalsException(java.lang.String pStr)
public ApprovalsException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic ApprovalsException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem