public class InsufficientFundsException extends CommerceException
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor and Description | 
|---|
| InsufficientFundsException()Constructs a new InsufficientFundsException | 
| InsufficientFundsException(java.lang.String pStr)Constructs a new InsufficientFundsException with the given 
 explanation. | 
| InsufficientFundsException(java.lang.String pStr,
                          java.lang.Throwable pSourceException)Constructs a new InsufficientFundsException with the given 
 explanation. | 
| InsufficientFundsException(java.lang.Throwable pSourceException)Constructs a new InsufficientFundsException. | 
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic InsufficientFundsException()
public InsufficientFundsException(java.lang.String pStr)
public InsufficientFundsException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic InsufficientFundsException(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