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