public class CatalogLoopException extends CommerceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
mNestedContainerException| Constructor and Description |
|---|
CatalogLoopException()
Constructs a new CatalogLoopException.
|
CatalogLoopException(java.lang.String pStr)
Constructs a new CatalogLoopException with the given
explanation.
|
CatalogLoopException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new CatalogLoopException with the given
explanation.
|
CatalogLoopException(java.lang.Throwable pSourceException)
Constructs a new CatalogLoopException.
|
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic CatalogLoopException()
public CatalogLoopException(java.lang.String pStr)
public CatalogLoopException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic CatalogLoopException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem