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