public class ClaimableException extends CommerceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| 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.Throwable pSourceException)
Constructs a new ClaimableException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode()
The key that was used to get the message in the exception.
|
void |
setErrorCode(java.lang.String pErrorCode) |
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, 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 problem