Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.hl7.exception
Class HL7ApplicationException

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
All Implemented Interfaces:
TCPIPNestedException, java.io.Serializable
Direct Known Subclasses:
HLLPParsingtException, MLLPParsingtException

public class HL7ApplicationException
extends com.stc.connector.appconn.common.ApplicationException
implements TCPIPNestedException

Exception class for HL7 application.

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

Field Summary
static java.lang.String version
           
 
Constructor Summary
HL7ApplicationException()
          Creates a new instance of HL7ApplicationException without detail message.
HL7ApplicationException(java.lang.Exception nestedException)
           
HL7ApplicationException(java.lang.String msg)
          Constructs an instance of HL7ApplicationException with the specified detail message.
HL7ApplicationException(java.lang.String msg, java.lang.Exception nestedException)
           
 
Method Summary
 java.lang.Exception 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

HL7ApplicationException

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


HL7ApplicationException

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

Parameters:
msg - the detail message.

HL7ApplicationException

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

HL7ApplicationException

public HL7ApplicationException(java.lang.String msg,
                               java.lang.Exception nestedException)
Parameters:
msg -
nestedException -
Method Detail

getNestedException

public java.lang.Exception getNestedException()
Specified by:
getNestedException in interface TCPIPNestedException
Returns:
See Also:
TCPIPNestedException.getNestedException()

Sun Adapter for TCP/IP HL7