Class PCFException

All Implemented Interfaces:
Serializable

public class PCFException extends MQException
Deprecated.
use PCFException instead.
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:
  • Constructor Details

    • PCFException

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