All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tascomm.dts.UnknownNodeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----tascomm.dts.DTSException
                           |
                           +----tascomm.dts.UnknownNodeException

public class UnknownNodeException
extends DTSException
Signals that the remote DTS node name specified for the transaction is unknown to the intermediate DTS server. The corresponding DTS return code is 10 (Receiver node unknown).

Version:
1.00, 97/10/20
Author:
Juha Lehtovirta
See Also:
DTSException, DTSMessage

Constructor Index

 o UnknownNodeException(String)
Constructs an UnknownNodeException with the specified DTS error reply message.

Constructors

 o UnknownNodeException
 public UnknownNodeException(String dtsReply)
Constructs an UnknownNodeException with the specified DTS error reply message.

Parameters:
dtsReply - the error reply message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index