Uses of Class
com.maxmind.minfraud.exception.MinFraudException
Packages that use MinFraudException
-
Uses of MinFraudException in com.maxmind.minfraud
Methods in com.maxmind.minfraud that throw MinFraudExceptionModifier and TypeMethodDescriptionWebServiceClient.factors(Transaction transaction) Make a minFraud Factors request to the web service using the transaction request object passed to the method.WebServiceClient.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.WebServiceClient.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.exceptionModifier and TypeClassDescriptionfinal classThis exception is thrown when there is an error authenticating.classThis exception is thrown when your account does not have sufficient funds to complete the request.classThis class represents a non-specific error returned by MaxMind's minFraud web service.final classThis exception is thrown when permission is required to use the service.