public class ApprovalException extends CommerceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| 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.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, 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