public class CicsException
extends java.lang.Exception
Class that provides the superclass for all CICS exception classes.
Constructor and Description |
---|
CicsException(java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
setRootCause(java.lang.Throwable rootCauseToSet)
Sets the root cause of this exception to the specified throwable.
|
public CicsException(java.lang.String message, java.lang.Throwable cause)
cause
- The original reason for the error.message
- The message associated with the error.public java.lang.Throwable setRootCause(java.lang.Throwable rootCauseToSet)
rootCauseToSet
- The root cause to set.