com.ibm.cics.server
Class AbendError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.ibm.cics.server.CicsError
                    |
                    +--com.ibm.cics.server.AbendError

public class AbendError
extends CicsError

This class represents an 'unhandleable' CICS abend.


Method Summary
 java.lang.String getABCODE()
          Not Implemented.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getABCODE

public java.lang.String getABCODE()
This method is not implemented in this release.
 
Get the offending ABEND code.
Returns:
The ABEND code.


Copyright (c) 2002 by Sun Microsystems, Inc.