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