001package ca.uhn.hl7v2.hoh.encoder;
002
003/**
004 * This exception is intended to communicate that no message arrived
005 * at a time when none might yet be expected (e.g. because the other
006 * system is taking a long time processing).
007 */
008public class NoMessageReceivedException extends Exception {
009
010        private static final long serialVersionUID = 1L;
011
012}