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.

Constructor Index

 o ECIException()
 o ECIException(String)
 o ECIException(String, ECIRequest)
 o ECIException(String, int)

Method Index

 o getCicsRc()

Constructors

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

Methods

 o getCicsRc
 public int getCicsRc()
Returns:
int

All Packages  Class Hierarchy  This Package  Previous  Next  Index