com.ibm.ctg.ha

Class InvalidRequestException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.ctg.ha.InvalidRequestException
  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidRequestException
    extends java.lang.Exception
    This exception can be thrown by a CICS request exit if the exit determines that the request should not be sent to CICS. If this happens the client receives an ECI_ERR_INVALID_CALL_TYPE or ESI_ERR_PEM_NOT_ACTIVE return code.
    • Constructor Summary

      Constructors 
      Constructor and Description
      InvalidRequestException()
      Creates a new exception with no message.
      InvalidRequestException(java.lang.String message)
      Creates a new exception with the specified message.
      InvalidRequestException(java.lang.String message, java.lang.Throwable cause)
      Creates a new exception with the specified message and cause.
      InvalidRequestException(java.lang.Throwable cause)
      Creates a new exception with the specified cause
    • Method Summary

      • 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

      • InvalidRequestException

        public InvalidRequestException()
        Creates a new exception with no message.
      • InvalidRequestException

        public InvalidRequestException(java.lang.String message)
        Creates a new exception with the specified message.
        Parameters:
        message - The message in the exception.
      • InvalidRequestException

        public InvalidRequestException(java.lang.Throwable cause)
        Creates a new exception with the specified cause
        Parameters:
        cause - The cause of the exception.
      • InvalidRequestException

        public InvalidRequestException(java.lang.String message,
                               java.lang.Throwable cause)
        Creates a new exception with the specified message and cause.
        Parameters:
        message - The message in the exception.
        cause - The cause of the exception.
©Copyright IBM Corp. 1994, 2013
Legal