public class PaymentGroupNotFoundException extends CommerceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
mNestedContainerException| Constructor and Description |
|---|
PaymentGroupNotFoundException()
Constructs a new PaymentGroupNotFoundException
|
PaymentGroupNotFoundException(java.lang.String pStr)
Constructs a new PaymentGroupNotFoundException with the given
explanation.
|
PaymentGroupNotFoundException(java.lang.String pStr,
java.lang.String pErrorCode)
Create a new PaymentGroupNotFoundException with a message and error code.
|
PaymentGroupNotFoundException(java.lang.String pStr,
java.lang.String pErrorCode,
java.lang.Throwable pSourceException)
Create a new PaymentGroupNotFoundException with a message, error code and Throwable exception.
|
PaymentGroupNotFoundException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new PaymentGroupNotFoundException with the given
explanation.
|
PaymentGroupNotFoundException(java.lang.Throwable pSourceException)
Constructs a new PaymentGroupNotFoundException.
|
PaymentGroupNotFoundException(java.lang.Throwable pSourceException,
java.lang.String pErrorCode)
Create a new PaymentGroupNotFoundException with a Throwable exception including an error code.
|
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic PaymentGroupNotFoundException()
public PaymentGroupNotFoundException(java.lang.String pStr)
public PaymentGroupNotFoundException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic PaymentGroupNotFoundException(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 PaymentGroupNotFoundException(java.lang.Throwable pSourceException,
java.lang.String pErrorCode)
pSourceException - the source exceptionpErrorCode - the error codepublic PaymentGroupNotFoundException(java.lang.String pStr,
java.lang.String pErrorCode)
pStr - the error messagepErrorCode - the error codepublic PaymentGroupNotFoundException(java.lang.String pStr,
java.lang.String pErrorCode,
java.lang.Throwable pSourceException)
pStr - the error messagepErrorCode - the error codepSourceException - the source exception, if any