All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.siftscience.exception.InvalidApiKeyException Maven / Gradle / Ivy

The newest version!
package com.siftscience.exception;

import com.siftscience.SiftResponse;

public class InvalidApiKeyException extends InvalidFieldException {
    public InvalidApiKeyException(SiftResponse response) {
        super(response);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy