
org.dellroad.hl7.llp.LLPException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hl7lib Show documentation
Show all versions of hl7lib Show documentation
Lightweight Java library for HL7 messages
The newest version!
/*
* Copyright (C) 2008 Archie L. Cobbs. All rights reserved.
*/
package org.dellroad.hl7.llp;
import java.io.IOException;
/**
* Exception generated due to improper LLC framing.
*/
@SuppressWarnings("serial")
public class LLPException extends IOException {
public LLPException() {
}
public LLPException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy