All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tascomm.dts.CriticalException

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

public class CriticalException
extends DTSException
Signals that the DTS transaction request failed at the remote system either due to a critical malfunctioning or misconfiguration of the DTS environment or because the message actually sent was corrupted. The corresponding DTS return codes are 40 (invalid DTS header parameters), 5x, 6x, 8x and 9x (typically configuration errors).

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

Constructor Index

 o CriticalException(String)
Constructs a CriticalException with the specified DTS error reply message.

Constructors

 o CriticalException
 public CriticalException(String dtsReply)
Constructs a CriticalException with the specified DTS error reply message.

Parameters:
dtsReply - the error reply message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index