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

ca.uhn.hl7v2.hoh.sign.SignatureVerificationException Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
package ca.uhn.hl7v2.hoh.sign;


public class SignatureVerificationException extends Exception {

	private static final long serialVersionUID = 1L;

	public SignatureVerificationException() {
	}

	public SignatureVerificationException(Exception theE) {
		super(theE);
	}

	public SignatureVerificationException(String theMessage) {
		super(theMessage);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy