All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tascomm.dts.IllegalStateException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----tascomm.dts.IllegalStateException

public class IllegalStateException
extends RuntimeException
Signals that the requested operation is not allowed at the current state of the DTS transaction. For example, an attempt to retrieve response message data before a call to remote DTS system has been made.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index