com.ibm.cics.server

Class RecordNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable


    public class RecordNotFoundException
    extends CicsConditionException

    Class that represents the CICS NOTFND condition.

    See Also:
    Serialized Form
    Since CICS TS version:
    1.3
    Since package version:
    1.0.0
    • Constructor Summary

      Constructors 
      Constructor and Description
      RecordNotFoundException(java.lang.String message, int resp2, java.lang.Throwable cause) 
    • 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

      • RecordNotFoundException

        public RecordNotFoundException(java.lang.String message,
                                       int resp2,
                                       java.lang.Throwable cause)
        Parameters:
        cause - The original reason for the problem.
        message - A textual message describing the problem.
        resp2 - A secondary error code associated with the problem.
        Since CICS TS version:
        6.1
        Since package version:
        1.900.0