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