com.stc.connector.tcpip.model.exception
Class TCPIPWSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stc.connector.tcpip.model.exception.TCPIPWSException
- All Implemented Interfaces:
- TCPIPNestedException, java.io.Serializable
- Direct Known Subclasses:
- HL7WSException
public class TCPIPWSException
- extends java.lang.Exception
- implements TCPIPNestedException
Exception class for TCPIP web services.
- Version:
- cvs revision: $Revision: 1.4 $ Last Modified: $Date: 2008/04/23 07:15:14 $
- Author:
- Harry Liu
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
version
|
Constructor Summary |
TCPIPWSException()
Creates a new instance of TCPIPWSException
without detail message. |
TCPIPWSException(java.lang.Exception nestedException)
|
TCPIPWSException(java.lang.String msg)
Constructs an instance of TCPIPWSException
with the specified detail message. |
TCPIPWSException(java.lang.String msg,
java.lang.Exception nestedException)
|
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
TCPIPWSException
public TCPIPWSException()
- Creates a new instance of
TCPIPWSException
without detail message.
TCPIPWSException
public TCPIPWSException(java.lang.String msg)
- Constructs an instance of
TCPIPWSException
with the specified detail message.
- Parameters:
msg
- the detail message.
TCPIPWSException
public TCPIPWSException(java.lang.Exception nestedException)
- Parameters:
nestedException
- the Exception which has caused this exception
TCPIPWSException
public TCPIPWSException(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()