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

es.gob.afirma.standalone.plugins.EncryptingException Maven / Gradle / Ivy

The newest version!
package es.gob.afirma.standalone.plugins;

public class EncryptingException extends Exception {

	public EncryptingException(final String msg, final Throwable cause) {
		super(msg, cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy