All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lgeds.jdf.cics.ECICommitException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.lgeds.jdf.cics.ECIException
                           |
                           +----com.lgeds.jdf.cics.ECICommitException

public class ECICommitException
extends ECIException
Author:
WonYoung Lee, wyounglee@lgeds.lg.co.kr.

Constructor Index

 o ECICommitException()
 o ECICommitException(String)
 o ECICommitException(String, ECIRequest)
 o ECICommitException(String, int)

Constructors

 o ECICommitException
 public ECICommitException()
 o ECICommitException
 public ECICommitException(String s)
Parameters:
s - java.lang.String
 o ECICommitException
 public ECICommitException(String msg,
                           int cics_Rc)
Parameters:
msg - java.lang.String
cics_Rc - int
 o ECICommitException
 public ECICommitException(String errorPrefix,
                           ECIRequest request)
Parameters:
request - com.ibm.ctg.client.ECIRequest

All Packages  Class Hierarchy  This Package  Previous  Next  Index