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.
-
ECICommitException()
-
-
ECICommitException(String)
-
-
ECICommitException(String, ECIRequest)
-
-
ECICommitException(String, int)
-
ECICommitException
public ECICommitException()
ECICommitException
public ECICommitException(String s)
- Parameters:
- s - java.lang.String
ECICommitException
public ECICommitException(String msg,
int cics_Rc)
- Parameters:
- msg - java.lang.String
- cics_Rc - int
ECICommitException
public ECICommitException(String errorPrefix,
ECIRequest request)
- Parameters:
- request - com.ibm.ctg.client.ECIRequest
All Packages Class Hierarchy This Package Previous Next Index