Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.model.exception
Interface TCPIPNestedException

All Known Implementing Classes:
HL7ApplicationException, HL7WSException, HLLPCharacterCountException, HLLPChecksumException, HLLPDataTooLongException, HLLPOthersException, HLLPParsingtException, MLLPParsingtException, TCPIPApplicationConnectionException, TCPIPApplicationException, TCPIPIncompleteDataException, TCPIPNoResponseException, TCPIPWSException

public interface TCPIPNestedException

Interface for nested exception.

Version:
cvs revision: $Revision: 1.2 $ Last Modified: $Date: 2005/09/03 06:33:15 $
Author:
Harry Liu

Field Summary
static java.lang.String version
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 

Field Detail

version

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

getNestedException

java.lang.Exception getNestedException()
Returns:

Sun Adapter for TCP/IP HL7