Class Hl7AcknowledgementGenerationException

    • Constructor Detail

      • Hl7AcknowledgementGenerationException

        public Hl7AcknowledgementGenerationException​(String message)
      • Hl7AcknowledgementGenerationException

        public Hl7AcknowledgementGenerationException​(String message,
                                                     byte[] hl7MessageBytes)
      • Hl7AcknowledgementGenerationException

        public Hl7AcknowledgementGenerationException​(String message,
                                                     byte[] hl7MessageBytes,
                                                     Throwable cause)
    • Method Detail

      • hasHl7MessageBytes

        public boolean hasHl7MessageBytes()
      • getHl7MessageBytes

        public byte[] getHl7MessageBytes()
      • getMessage

        public String getMessage()
        Override the base version of this method, and include the HL7 Message and Acknowledgement, if any
        Overrides:
        getMessage in class Throwable
        Returns:
        the detail message of this MLLP Exception