|
CICS® Transaction Gateway Programming Reference V3.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.ctg.epi.EPIException
This exception can be thrown by the EPI classes when an error occurs
Constructor Summary | |
(package private) |
EPIException(int msgno)
Constructs an EPIException with the message identified by the given message number |
(package private) |
EPIException(int msgno,
int i)
Constructs an EPIException with the message identified by the given message number, and an integer insert |
(package private) |
EPIException(int msgno,
int i,
int j)
Constructs an EPIException with the message identified by the given message number, and two integer inserts |
(package private) |
EPIException(int msgno,
java.lang.String s)
Constructs an EPIException with the message identified by the given message number, and a String insert. |
(package private) |
EPIException(int msgno,
java.lang.String fn,
EPIRequest req)
Constructs an EPIException with the message identified by the given message number, and inserting the given String and the return code from an EPIRequest. |
(package private) |
EPIException(int msgno,
java.lang.String fn,
int rc)
Constructs an EPIException with the message identified by the given message number, and inserting the given String and return code. |
(package private) |
EPIException(int msgno,
java.lang.Throwable t)
Constructs an EPIException with the message identified by the given message number, and a Throwable object insert. |
(package private) |
EPIException(int msgno,
java.lang.Throwable t,
java.lang.String s)
Constructs an EPIException with the message identified by the given message number, and a Throwable object and a String inserted. |
|
EPIException(java.lang.String msg)
Constructs an EPIException with a message |
Method Summary | |
(package private) static void |
|
(package private) static java.lang.String |
getStringRc(EPIRequest req)
Returns a user-friendly version of a CICS return code |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public EPIException(java.lang.String msg)
msg
- a messageEPIException(int msgno)
msgno
- a message numberEPIException(int msgno, java.lang.String fn, EPIRequest req)
msgno
- a message numberfn
- a String (function name)req
- an EPIRequestEPIException(int msgno, java.lang.String fn, int rc)
msgno
- a message numberfn
- a String (function name)rc
- a return codeEPIException(int msgno, int i)
msgno
- a message numberi
- a numberEPIException(int msgno, int i, int j)
msgno
- a message numberi
- a numberj
- a numberEPIException(int msgno, java.lang.Throwable t)
msgno
- a message numbert
- a Throwable (Exception or Error)EPIException(int msgno, java.lang.Throwable t, java.lang.String s)
msgno
- a message numbert
- a Throwable (Exception or Error)s
- a messageEPIException(int msgno, java.lang.String s)
msgno
- a message numbers
- a messageMethod Detail |
static void()
static java.lang.String getStringRc(EPIRequest req)
req
- an EPIRequest
|
© Copyright IBM Corp. 1994, 1999 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |