Sun Adapter for TCP/IP HL7

com.stc.connector.hl7.framework.llp
Class MLLPParsingtException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationException
              extended by com.stc.connector.tcpip.hl7.exception.HL7ApplicationException
                  extended by com.stc.connector.hl7.framework.llp.MLLPParsingtException
All Implemented Interfaces:
TCPIPNestedException, java.io.Serializable

public class MLLPParsingtException
extends HL7ApplicationException

It represents a MLLP message parsing (extracting) exception.

Version:
cvs revision: $Revision: 1.2 $ Last Modified: $Date: 2005/09/03 06:28:21 $
Author:
Harry Liu
See Also:
Serialized Form

Field Summary
static java.lang.String version
           
 
Constructor Summary
MLLPParsingtException()
          Creates a new instance of MLLPParsingtException without detail message.
MLLPParsingtException(java.lang.Exception nestedException)
           
MLLPParsingtException(java.lang.String msg)
          Constructs an instance of MLLPParsingtException with the specified detail message.
MLLPParsingtException(java.lang.String msg, java.lang.Exception nestedException)
           
 
Method Summary
 
Methods inherited from class com.stc.connector.tcpip.hl7.exception.HL7ApplicationException
getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

version

public static final java.lang.String version
See Also:
Constant Field Values
Constructor Detail

MLLPParsingtException

public MLLPParsingtException()
Creates a new instance of MLLPParsingtException without detail message.


MLLPParsingtException

public MLLPParsingtException(java.lang.String msg)
Constructs an instance of MLLPParsingtException with the specified detail message.

Parameters:
msg - the detail message.

MLLPParsingtException

public MLLPParsingtException(java.lang.Exception nestedException)
Parameters:
nestedException -

MLLPParsingtException

public MLLPParsingtException(java.lang.String msg,
                             java.lang.Exception nestedException)
Parameters:
msg -
nestedException -

Sun Adapter for TCP/IP HL7