public class ShippingGroupNotFoundException extends CommerceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
mNestedContainerException| Constructor and Description |
|---|
ShippingGroupNotFoundException()
Constructs a new ShippingGroupNotFoundException
|
ShippingGroupNotFoundException(java.lang.String pStr)
Constructs a new ShippingGroupNotFoundException with the given
explanation.
|
ShippingGroupNotFoundException(java.lang.String pStr,
java.lang.String pErrorCode)
Create a new ShippingGroupNotFoundException with a message and error code.
|
ShippingGroupNotFoundException(java.lang.String pStr,
java.lang.String pErrorCode,
java.lang.Throwable pSourceException)
Create a new ShippingGroupNotFoundException with a message, error code and Throwable exception.
|
ShippingGroupNotFoundException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new ShippingGroupNotFoundException with the given
explanation.
|
ShippingGroupNotFoundException(java.lang.Throwable pSourceException)
Constructs a new ShippingGroupNotFoundException.
|
ShippingGroupNotFoundException(java.lang.Throwable pSourceException,
java.lang.String pErrorCode)
Create a new ShippingGroupNotFoundException 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 ShippingGroupNotFoundException()
public ShippingGroupNotFoundException(java.lang.String pStr)
public ShippingGroupNotFoundException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic ShippingGroupNotFoundException(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 ShippingGroupNotFoundException(java.lang.Throwable pSourceException,
java.lang.String pErrorCode)
pSourceException - the source exceptionpErrorCode - the error codepublic ShippingGroupNotFoundException(java.lang.String pStr,
java.lang.String pErrorCode)
pStr - the error messagepErrorCode - the error codepublic ShippingGroupNotFoundException(java.lang.String pStr,
java.lang.String pErrorCode,
java.lang.Throwable pSourceException)
pStr - the error messagepErrorCode - the error codepSourceException - the source exception, if any