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
    • Constructor Detail

      • CicsThreadingRuntimeException

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

        public CicsThreadingRuntimeException(java.lang.Exception r)
        Parameters:
        r - the underlying Exception
    • 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()