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

com.xerox.amazonws.fps.InvalidSignatureException Maven / Gradle / Ivy

package com.xerox.amazonws.fps;

/**
 * @author J. Bernard
 * @author Elastic Grid, LLC.
 * @author [email protected]
 */
public class InvalidSignatureException extends FPSException {
    public InvalidSignatureException(String invalidSignature, String requestURI) {
        super(invalidSignature + " is an invalid FPS signature (in " + requestURI + ')');
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy