com.ibm.mq.headers.pcf

Class PCFException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PCFException
    extends MQDataException
    A PCFException is a subclass of MQDataException. 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 MQDataExceptions, an application can differentiate between 'mechanical' MQSeries error conditions and PCF processing errors.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      PCFException(int compCode, int reason, java.lang.Object source) 
    • 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

      • PCFException

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