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