public class PaymentException extends CommerceException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Constructor and Description |
---|
PaymentException()
Constructs a new PaymentException.
|
PaymentException(java.lang.String pStr)
Constructs a new PaymentException with the given
explanation.
|
PaymentException(java.lang.String pStr,
java.util.List pFailedIds)
Constructs a new PaymentException with the given
explanation.
|
PaymentException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new PaymentException with the given
explanation.
|
PaymentException(java.lang.String pStr,
java.lang.Throwable pSourceException,
java.util.List pFailedIds)
Constructs a new PaymentException.
|
PaymentException(java.lang.Throwable pSourceException)
Constructs a new PaymentException.
|
PaymentException(java.lang.Throwable pSourceException,
java.util.List pFailedIds)
Constructs a new PaymentException.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getFailedIds()
Returns the failedIds
|
void |
setFailedIds(java.util.List pFailedIds)
Sets the failedIds
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
public PaymentException()
public PaymentException(java.lang.String pStr)
pStr
- An explanation of the exceptionpublic PaymentException(java.lang.String pStr, java.util.List pFailedIds)
pStr
- An explanation of the exceptionpFailedIds
- a List of ids which failed. The ids depend on the context of the
operation.public PaymentException(java.lang.Throwable pSourceException)
pSourceException
- the initial exception which was the root
cause of the problempublic PaymentException(java.lang.Throwable pSourceException, java.util.List pFailedIds)
pSourceException
- the initial exception which was the root
cause of the problempFailedIds
- a List of ids which failed. The ids depend on the context of the
operation.public PaymentException(java.lang.String pStr, java.lang.Throwable pSourceException)
pStr
- An explanation of the exceptionpSourceException
- the initial exception which was the root
cause of the problempublic PaymentException(java.lang.String pStr, java.lang.Throwable pSourceException, java.util.List pFailedIds)
pStr
- An explanation of the exceptionpSourceException
- the initial exception which was the root
cause of the problempFailedIds
- a List of paymentGroup ids which failed.