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