Class AbnormalTerminationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.softwaremining.logic.exception.CBLException
com.softwaremining.logic.exception.ControlException
com.softwaremining.logic.exception.ProgramTerminatedException
com.softwaremining.cics.exception.AbnormalTerminationException
- All Implemented Interfaces:
Serializable
Replacement for CICS ABEND statement
- See Also:
-
Field Summary
Fields inherited from class com.softwaremining.logic.exception.CBLException
log -
Constructor Summary
ConstructorsConstructorDescriptionAbnormalTerminationException(ICicsBaseService service, String abendCode) ConstructorAbnormalTerminationException(ICicsBaseService service, String abendCode, boolean cancel) ConstructorAbnormalTerminationException(ICicsBaseService service, String abendCode, boolean cancel, boolean dump) Constructor -
Method Summary
Methods inherited from class com.softwaremining.logic.exception.ControlException
fillInStackTraceMethods inherited from class com.softwaremining.logic.exception.CBLException
getMessage, getOriginalException, isLogError, printStackTrace, printStackTrace, stackTraceToStringMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbnormalTerminationException
Constructor- Parameters:
abendCode-
-
AbnormalTerminationException
Constructor- Parameters:
abendCode-
-
AbnormalTerminationException
public AbnormalTerminationException(ICicsBaseService service, String abendCode, boolean cancel, boolean dump) Constructor- Parameters:
abendCode-
-