public class StorePurchaseProcessException
extends atg.commerce.CommerceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
protected java.lang.Object[] |
mParams
property: params
|
| Constructor and Description |
|---|
StorePurchaseProcessException()
Constructs a new StorePurchaseProcessException.
|
StorePurchaseProcessException(java.lang.String pMessage)
Constructs a new StorePurchaseProcessException with the given explanation.
|
StorePurchaseProcessException(java.lang.String pMessage,
java.lang.Exception pException)
Constructs a new StorePurchaseProcessException with the given explanation.
|
StorePurchaseProcessException(java.lang.String pMessage,
java.lang.Exception pException,
java.lang.Object[] pParams)
Constructs a new StorePurchaseProcessException with the given explanation.
|
StorePurchaseProcessException(java.lang.String pMessage,
java.lang.Object[] pParams)
Constructs a new StorePurchaseProcessException with the given explanation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getParams()
Return the params property.
|
void |
setParams(java.lang.Object[] pParams)
Set the params property.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic static final java.lang.String CLASS_VERSION
protected java.lang.Object[] mParams
public StorePurchaseProcessException()
public StorePurchaseProcessException(java.lang.String pMessage)
pMessage - the explanation of the exception.public StorePurchaseProcessException(java.lang.String pMessage,
java.lang.Object[] pParams)
pMessage - the explanation of the exception.pParams - list of message parameters to correctly format the message.public StorePurchaseProcessException(java.lang.String pMessage,
java.lang.Exception pException)
pMessage - the explanation of the exception.pException - the initial exception which was the root cause of the problem.public StorePurchaseProcessException(java.lang.String pMessage,
java.lang.Exception pException,
java.lang.Object[] pParams)
pMessage - the explanation of the exceptionpParams - list of message parameters to correctly format the messagepException - the initial exception which was the root cause of the problempublic void setParams(java.lang.Object[] pParams)
pParams - a params to be used while formatting message value.public java.lang.Object[] getParams()
params to be used while formatting message value.