Package org.dellroad.hl7.llp
Class LLPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.dellroad.hl7.llp.LLPException
-
- All Implemented Interfaces:
Serializable
public class LLPException extends IOException
Exception generated due to improper LLC framing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LLPException()
LLPException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LLPException
public LLPException()
-
LLPException
public LLPException(String message)
-
-