com.ibm.cics.server

Class CicsThreadingRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable


    public class CicsThreadingRuntimeException
    extends CicsRuntimeException

    A CICSRuntimeException containing further information on why CICS Thread creation failed.

    See Also:
    Serialized Form
    Since CICS TS version:
    5.3
    Since package version:
    1.603.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getHttpResponseCode() 
      java.lang.String getMessage() 
      java.lang.String getReason() 
      int getReasonCode() 
      java.lang.String getResponse() 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • CicsThreadingRuntimeException

        public CicsThreadingRuntimeException(java.lang.RuntimeException r)
        Parameters:
        r - the underlying RuntimeException
    • Method Detail

      • getResponse

        public java.lang.String getResponse()
        Returns:
        the Main failure message
      • getReason

        public java.lang.String getReason()
        Returns:
        the reason message
      • getReasonCode

        public int getReasonCode()
        Returns:
        the reason code
      • getHttpResponseCode

        public int getHttpResponseCode()
        Returns:
        the HTTP response based mapped from the failure reason
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
        See Also:
        Throwable.getMessage()