com.ibm.cics.server

Class ResourceDisabledException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ResourceDisabledException
    extends CicsConditionException

    Class that represents the CICS DISABLED condition for any CICS resource.

    See Also:
    Serialized Form
    Since CICS TS version:
    5.4
    Since package version:
    1.700.0
    • Constructor Summary

      Constructors 
      Constructor and Description
      ResourceDisabledException(java.lang.String s, int Resp2, java.lang.Throwable cause)
      Constructor to be used when an invalid system id is detected in Java code and a useful message can be supplied.
    • Method Summary

      • 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

      • ResourceDisabledException

        public ResourceDisabledException(java.lang.String s,
                                         int Resp2,
                                         java.lang.Throwable cause)
        Constructor to be used when an invalid system id is detected in Java code and a useful message can be supplied.
        Parameters:
        s - a description of the problem
        Resp2 - the reason code
        cause - The original reason for the failure
        Since CICS TS version:
        6.1
        Since package version:
        1.900.0