public class ClaimableException extends CommerceException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
mNestedContainerException| Constructor and Description | 
|---|
ClaimableException()
Constructs a new ClaimableException 
 | 
ClaimableException(java.lang.String pStr)
Constructs a new ClaimableException with the given 
 explanation. 
 | 
ClaimableException(java.lang.String pErrorCode,
                  java.lang.String pStr)
Constructs a new ClaimableException with the given 
 explanation. 
 | 
ClaimableException(java.lang.String pStr,
                  java.lang.Throwable pSourceException)
Constructs a new ClaimableException with the given 
 explanation. 
 | 
ClaimableException(java.lang.String pStr,
                  java.lang.Throwable pSourceException,
                  java.lang.String pErrorCode,
                  java.lang.Object... pAttributes)
Create a claimable exception with a message, source exception, error code and related attributes. 
 | 
ClaimableException(java.lang.Throwable pSourceException)
Constructs a new ClaimableException. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic ClaimableException()
public ClaimableException(java.lang.String pStr)
public ClaimableException(java.lang.String pErrorCode,
                          java.lang.String pStr)
pErrorCode - The key used to get pStrpStr - The message describing the problempublic ClaimableException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic ClaimableException(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 ClaimableException(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 related error attributes