public class CatalogLoopException extends CommerceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| 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.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, 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