All Packages Class Hierarchy This Package Previous Next Index
Class com.lgeds.jdf.cics.ECIRollbackException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.lgeds.jdf.cics.ECIException
|
+----com.lgeds.jdf.cics.ECIRollbackException
- public class ECIRollbackException
- extends ECIException
- Author:
- WonYoung Lee, wyounglee@lgeds.lg.co.kr.
-
ECIRollbackException()
-
-
ECIRollbackException(String)
-
-
ECIRollbackException(String, ECIRequest)
-
-
ECIRollbackException(String, int)
-
ECIRollbackException
public ECIRollbackException()
ECIRollbackException
public ECIRollbackException(String s)
- Parameters:
- s - java.lang.String
ECIRollbackException
public ECIRollbackException(String msg,
int cics_Rc)
- Parameters:
- msg - java.lang.String
- cics_Rc - int
ECIRollbackException
public ECIRollbackException(String errorPrefix,
ECIRequest request)
- Parameters:
- errorPrefix - java.lang.String
- request - com.ibm.ctg.client.ECIRequest
All Packages Class Hierarchy This Package Previous Next Index