Coverage Report - ca.uhn.hl7v2.hoh.encoder.NoMessageReceivedException
 
Classes in this File Line Coverage Branch Coverage Complexity
NoMessageReceivedException
100%
1/1
N/A
0
 
 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  30
 public class NoMessageReceivedException extends Exception {
 9  
 
 10  
         private static final long serialVersionUID = 1L;
 11  
 
 12  
 }