public class CicsRuntimeException
extends java.lang.RuntimeException
Class that provides the superclass for all CICS RuntimeExceptions.
| Constructor and Description |
|---|
CicsRuntimeException(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 CicsRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - exception textcause - The original reason for the failure.public java.lang.Throwable setRootCause(java.lang.Throwable rootCauseToSet)
rootCauseToSet - The root cause to set.