Class Hl7v2AdaptingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openehealth.ipf.platform.camel.ihe.hl7v2.Hl7v2AdaptingException
-
- All Implemented Interfaces:
Serializable
public class Hl7v2AdaptingException extends RuntimeException
An exception class for HL7v2 message adapting.- Author:
- Dmytro Rud
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Hl7v2AdaptingException(String message)
Hl7v2AdaptingException(String message, Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-