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

com.genexus.cryptography.exception.AlgorithmNotSupportedException Maven / Gradle / Ivy

package com.genexus.cryptography.exception;

public class AlgorithmNotSupportedException extends Exception {

	public AlgorithmNotSupportedException() {
		super();
	}
	public AlgorithmNotSupportedException( Throwable t) {
		super( t);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy