com.ibm.cics.server
Class AbendCancelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibm.cics.server.CicsRuntimeException
                  extended bycom.ibm.cics.server.AbendCancelException
All Implemented Interfaces:
java.io.Serializable

public class AbendCancelException
extends CicsRuntimeException

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.

See Also:
Task.forceAbend(java.lang.String), Serialized Form

Method 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

getABCODE

public java.lang.String getABCODE()
Return the particular ABEND code associated with an AbendCancelException.

Returns:
the string that corresponds to the ABCODE.