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