atg.projects.store.order.purchase
Class StorePurchaseProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.commerce.CommerceException
                  extended by atg.projects.store.order.purchase.StorePurchaseProcessException
All Implemented Interfaces:
atg.core.exception.ContainableException, java.io.Serializable

public class StorePurchaseProcessException
extends atg.commerce.CommerceException

This exception indicates that an error occured while performing checkout process

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
protected  java.lang.Object[] mParams
           
 
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
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, 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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string


mParams

protected java.lang.Object[] mParams
Constructor Detail

StorePurchaseProcessException

public StorePurchaseProcessException()
Constructs a new StorePurchaseProcessException.


StorePurchaseProcessException

public StorePurchaseProcessException(java.lang.String pMessage)
Constructs a new StorePurchaseProcessException with the given explanation.


StorePurchaseProcessException

public StorePurchaseProcessException(java.lang.String pMessage,
                                     java.lang.Object[] pParams)
Constructs a new StorePurchaseProcessException with the given explanation.

Parameters:
pParams - list of message paramenters to correctly format the message

StorePurchaseProcessException

public StorePurchaseProcessException(java.lang.String pMessage,
                                     java.lang.Exception pException)
Constructs a new StorePurchaseProcessException with the given explanation.

Parameters:
pException - the initial exception which was the root cause of the problem

StorePurchaseProcessException

public StorePurchaseProcessException(java.lang.String pMessage,
                                     java.lang.Exception pException,
                                     java.lang.Object[] pParams)
Constructs a new StorePurchaseProcessException with the given explanation.

Parameters:
pParams - list of message paramenters to correctly format the message
pException - the initial exception which was the root cause of the problem
Method Detail

setParams

public void setParams(java.lang.Object[] pParams)
Set the Params property.

Parameters:
pParams - a Params to be used while formatting message value

getParams

public java.lang.Object[] getParams()
Return the Params property.

Returns:
a Params to be used while formatting message value