com.ibm.cics.server

Class CicsException

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

      Constructors 
      Constructor and Description
      CicsException(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

      • CicsException

        public CicsException(java.lang.String message,
                             java.lang.Throwable cause)
        Parameters:
        cause - The original reason for the error.
        message - The message associated with the error.
        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