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

ca.uhn.hl7v2.hoh.encoder.NoMessageReceivedException Maven / Gradle / Ivy

The newest version!
package ca.uhn.hl7v2.hoh.encoder;

/**
 * This exception is intended to communicate that no message arrived
 * at a time when none might yet be expected (e.g. because the other
 * system is taking a long time processing).
 */
public class NoMessageReceivedException extends Exception {

	private static final long serialVersionUID = 1L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy