Uses of Class
com.maxmind.minfraud.exception.MinFraudException
-
Packages that use MinFraudException Package Description com.maxmind.minfraud com.maxmind.minfraud.exception -
-
Uses of MinFraudException in com.maxmind.minfraud
Methods in com.maxmind.minfraud that throw MinFraudException Modifier and Type Method Description FactorsResponseWebServiceClient. factors(Transaction transaction)Make a minFraud Factors request to the web service using the transaction request object passed to the method.InsightsResponseWebServiceClient. insights(Transaction transaction)Make a minFraud Insights request to the web service using the transaction request object passed to the method.voidWebServiceClient. reportTransaction(TransactionReport transaction)Make a Report Transaction request to the web service using the TransactionReport request object passed to the method.ScoreResponseWebServiceClient. score(Transaction transaction)Make a minFraud Score request to the web service using the transaction request object passed to the method. -
Uses of MinFraudException in com.maxmind.minfraud.exception
Subclasses of MinFraudException in com.maxmind.minfraud.exception Modifier and Type Class Description classAuthenticationExceptionThis exception is thrown when there is an error authenticating.classInsufficientFundsExceptionThis exception is thrown when your account does not have sufficient funds to complete the request.classInvalidRequestExceptionThis class represents a non-specific error returned by MaxMind's minFraud web service.classPermissionRequiredExceptionThis exception is thrown when permission is required to use the service.
-