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