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