All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tascomm.dts.UnknownHandlerException

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

public class UnknownHandlerException
extends DTSException
Signals that the DTS back-end Handler specified for the transaction is unknown at the target DTS node. The corresponding DTS return code is 20 (Remote subroutine does not exist).

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

Constructor Index

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

Constructors

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

Parameters:
dtsReply - the error reply message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index