Package com.maxmind.minfraud.exception
Class InsufficientFundsException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.maxmind.minfraud.exception.MinFraudException
 - 
- com.maxmind.minfraud.exception.InsufficientFundsException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class InsufficientFundsException extends MinFraudException
This exception is thrown when your account does not have sufficient funds to complete the request.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InsufficientFundsException(String message) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InsufficientFundsException
public InsufficientFundsException(String message)
- Parameters:
 message- A message explaining the cause of the error.
 
 - 
 
 -