com.ibm.cics.server
Class AbendException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.cics.server.CicsRuntimeException
                  extended by com.ibm.cics.server.AbendException
All Implemented Interfaces:
java.io.Serializable

public class AbendException
extends CicsRuntimeException

Class that provides a Java exception that corresponds to a CICS ABEND. As this class extends CicsRuntimeException it is an unchecked exception and therefore it does not have to be declared in all of the API methods.

Version:
1.2
Author:
John Colgrave
See Also:
Serialized Form

Method Summary
 java.lang.String getABCODE()
          Return the particular ABEND code associated with an AbendException.
 
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 AbendException.

Returns:
The string that corresponds to the ABCODE.