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.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
public 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