Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.model.exception
Class TCPIPApplicationConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationConnectionException
              extended by com.stc.connector.tcpip.model.exception.TCPIPApplicationConnectionException
All Implemented Interfaces:
TCPIPNestedException, java.io.Serializable

public class TCPIPApplicationConnectionException
extends com.stc.connector.appconn.common.ApplicationConnectionException
implements TCPIPNestedException

Exception class for TCPIP application connection.

Version:
cvs revision: $Revision: 1.4 $ Last Modified: $Date: 2008/04/23 07:15:13 $
Author:
Harry Liu
See Also:
Serialized Form

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

TCPIPApplicationConnectionException

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


TCPIPApplicationConnectionException

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

Parameters:
msg - the detail message.

TCPIPApplicationConnectionException

public TCPIPApplicationConnectionException(java.lang.Exception nestedException)
Parameters:
nestedException - The Exception which has caused this exception

TCPIPApplicationConnectionException

public TCPIPApplicationConnectionException(java.lang.String msg,
                                           java.lang.Exception nestedException)
Parameters:
msg - the detail message
nestedException - The Exception which has caused this exception
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