Class PCFException

All Implemented Interfaces:
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:
  • Constructor Details

    • PCFException

      public PCFException(int compCode, int reason, Object source)
      Parameters:
      compCode - MQ completion code
      reason - MQ reason code
      source - the PCF response object containing an error