com.ibm.mq.pcf

Class PCFException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PCFException
    extends MQException
    A PCFException is a subclass of MQException. It is thrown when a PCF response is received successfully but the MQCFH header in the response indicates an error. By catching PCFExceptions separately from MQExceptions, an application can differentiate between 'mechanical' MQSeries error conditions and PCF processing errors.
    See Also:
    Serialized Form
    • Constructor Detail

      • PCFException

        public PCFException(int compCode,
                    int reason,
                    java.lang.Object source)
        Parameters:
        compCode -
        reason -
        source -
(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.