All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----tascomm.dts.DTSException
|
+----tascomm.dts.CommunicationException
IOException.
public String getPhase()
To get the complete communication failure message, including
supplemental IO failure description, use getMessage
which is defined in the parent class DTSException.
CommunicationException.
public String getIOMessage()
IOException. In case of a communication failure detected on
an intermediate routing server, this is the original DTS error reply
returned.
To get the complete communication failure message, including
the communication phase were the problem occurred, use getMessage
which is defined in the parent class DTSException.
CommunicationException.
All Packages Class Hierarchy This Package Previous Next Index