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 FactorsResponse
WebServiceClient. factors(Transaction transaction)
Make a minFraud Factors request to the web service using the transaction request object passed to the method.InsightsResponse
WebServiceClient. insights(Transaction transaction)
Make a minFraud Insights request to the web service using the transaction request object passed to the method.void
WebServiceClient. reportTransaction(TransactionReport transaction)
Make a Report Transaction request to the web service using the TransactionReport request object passed to the method.ScoreResponse
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.exception Modifier and Type Class Description class
AuthenticationException
This exception is thrown when there is an error authenticating.class
InsufficientFundsException
This exception is thrown when your account does not have sufficient funds to complete the request.class
InvalidRequestException
This class represents a non-specific error returned by MaxMind's minFraud web service.class
PermissionRequiredException
This exception is thrown when permission is required to use the service.
-