com.ibm.cics.server

Class CicsRuntimeException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.cics.server.CicsRuntimeException
    • Constructor Summary

      Constructors 
      Constructor and Description
      CicsRuntimeException(java.lang.String message, java.lang.Throwable cause) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CicsRuntimeException

        public CicsRuntimeException(java.lang.String message,
                                    java.lang.Throwable cause)
        Parameters:
        message - exception text
        cause - The original reason for the failure.
        Since CICS TS version:
        6.1
        Since package version:
        1.900.0
    • Method Detail

      • setRootCause

        public java.lang.Throwable setRootCause(java.lang.Throwable rootCauseToSet)
        Sets the root cause of this exception to the specified throwable. If this exception already has a cause, navigate to the end of the cause chain and set the root cause
        Parameters:
        rootCauseToSet - The root cause to set.
        Returns:
        A reference to the throwable above the new root cause.
        Since CICS TS version:
        6.1
        Since package version:
        1.900.0