1 package ca.uhn.hl7v2.hoh.encoder;
2
3 /**
4 * This exception is intended to communicate that no message arrived
5 * at a time when none might yet be expected (e.g. because the other
6 * system is taking a long time processing).
7 */
8 public class NoMessageReceivedException extends Exception {
9
10 private static final long serialVersionUID = 1L;
11
12 }