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