public class InvalidGiftQuantityException extends CommerceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
mNestedContainerException| Constructor and Description |
|---|
InvalidGiftQuantityException()
Constructs a new InvalidGiftQuantityException
|
InvalidGiftQuantityException(java.lang.String pStr)
Constructs a new InvalidGiftQuantityException with the given
explanation.
|
InvalidGiftQuantityException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new InvalidGiftQuantityException with the given
explanation.
|
InvalidGiftQuantityException(java.lang.Throwable pSourceException)
Constructs a new InvalidGiftQuantityException.
|
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic InvalidGiftQuantityException()
public InvalidGiftQuantityException(java.lang.String pStr)
public InvalidGiftQuantityException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic InvalidGiftQuantityException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pStr - an explanation of the exceptionpSourceException - the initial exception which was the root
cause of the problem