Class MllpWriteException

All Implemented Interfaces:
Serializable

public class MllpWriteException extends MllpException
Raised when a MLLP Producer or consumer encounter an error transmitting data
See Also:
  • Constructor Details

    • MllpWriteException

      public MllpWriteException(String message, byte[] hl7Message, boolean logPhi)
    • MllpWriteException

      public MllpWriteException(String message, byte[] hl7Message, byte[] hl7Acknowledgement, boolean logPhi)
    • MllpWriteException

      public MllpWriteException(String message, byte[] hl7Message, Throwable cause, boolean logPhi)
    • MllpWriteException

      public MllpWriteException(String message, byte[] hl7Message, byte[] hl7Acknowledgement, Throwable cause, boolean logPhi)