public class InvalidParameterException extends CommerceException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| 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.Throwable pSourceException)
Constructs a new InvalidParameterException with the given 
 explanation. 
 | 
InvalidParameterException(java.lang.Throwable pSourceException)
Constructs a new InvalidParameterException. 
 | 
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, 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 problem