|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.cics.server.CicsRuntimeException
com.ibm.cics.server.AbendCancelException
Provides a Java exception that corresponds to a CICS ABEND CANCEL. As this class extends CicsRuntimeException it is an unchecked exception and therefore it does not have to be declared. It is only used to represent an ABEND CANCEL that has been issued by a program in another language or to support the Task.forceAbend() method.
Task.forceAbend(java.lang.String)
,
Serialized FormMethod Summary | |
---|---|
java.lang.String |
getABCODE()
Return the particular ABEND code associated with an AbendCancelException . |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getABCODE()
AbendCancelException
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |