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