|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.commerce.CommerceException
atg.projects.store.order.purchase.StorePurchaseProcessException
public class StorePurchaseProcessException
This exception indicates that an error occurred while performing checkout process.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
protected java.lang.Object[] |
mParams
property: params |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.lang.Object[] |
getParams()
Return the params property. |
void |
setParams(java.lang.Object[] pParams)
Set the params property. |
| Methods inherited from class atg.core.exception.ContainerException |
|---|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_VERSION
protected java.lang.Object[] mParams
| Constructor Detail |
|---|
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 problem| Method Detail |
|---|
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||