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

br.com.esec.icpm.libs.signature.exceptions.InvalidSignatureException Maven / Gradle / Ivy

Go to download

This library is used to make integration with Certillion server, so our Clients can easily ask for signatures or generate certificates.

There is a newer version: 1.2.0
Show newest version
package br.com.esec.icpm.libs.signature.exceptions;

public class InvalidSignatureException extends SignatureException {

	private static final long serialVersionUID = -6534894115731958993L;

	public InvalidSignatureException(long transactionId, int statusCode, String statusMessage) {
		super(transactionId, statusCode, statusMessage);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy