com.stc.connector.tcpip.model.exception
Class TCPIPIncompleteDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.stc.connector.tcpip.model.exception.TCPIPIncompleteDataException
- All Implemented Interfaces:
- TCPIPNestedException, java.io.Serializable
public class TCPIPIncompleteDataException
- extends java.io.IOException
- implements TCPIPNestedException
Exception class for TCPIP I/O exception.
It will happen when receive operation cannot get a complete
data which is defined through envelope.
- Version:
- cvs revision: $Revision: 1.3 $ Last Modified: $Date: 2008/04/23 07:15:14 $
- Author:
- Harry Liu
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
version
|
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 |
version
public static final java.lang.String version
- See Also:
- Constant Field Values
TCPIPIncompleteDataException
public TCPIPIncompleteDataException()
- Creates a new instance of
TCPIPIncompleteDataException
without detail message.
TCPIPIncompleteDataException
public TCPIPIncompleteDataException(java.lang.String msg)
- Constructs an instance of
TCPIPIncompleteDataException
with the specified detail message.
- Parameters:
msg
- the detail message.
TCPIPIncompleteDataException
public TCPIPIncompleteDataException(java.lang.Exception nestedException)
- Parameters:
nestedException
- the Exception which has caused this exception
TCPIPIncompleteDataException
public TCPIPIncompleteDataException(java.lang.String msg,
java.lang.Exception nestedException)
- Parameters:
msg
- the detail messagenestedException
- the Exception which has caused this exception
getNestedException
public java.lang.Exception getNestedException()
- Specified by:
getNestedException
in interface TCPIPNestedException
- Returns:
- See Also:
TCPIPNestedException.getNestedException()