com.ibm.bpe.api

Class FaultReplyException2

  • All Implemented Interfaces:
    java.io.Serializable


    public class FaultReplyException2
    extends FaultReplyException
    A FaultReplyException2 states that a modelled fault is returned. It carries the QName of the Fault message in addition to the information in FaultReplyException
    Since:
    6.0
    See Also:
    Serialized Form
    • Constructor Detail

      • FaultReplyException2

        public FaultReplyException2(java.lang.Object[] vars,
                            java.lang.String faultName,
                            java.lang.String faultMsgNamespace,
                            java.lang.String faultMsgLocalName,
                            java.io.Serializable faultMessage)
        Deprecated. 
        Constructs an exception object with the specified fault name and message and remembers the values of the message variables passed. The fault message can thus localize the cause of the error.
        Parameters:
        vars - The values of the message variables. Can be an empty array. If the array contains objects, they must be Serializable.
        faultName - The fault name.
        faultMessage - The fault message.
      • FaultReplyException2

        public FaultReplyException2(java.lang.Object[] vars,
                            java.lang.String faultName,
                            java.lang.String faultMsgNamespace,
                            java.lang.String faultMsgLocalName,
                            java.io.Serializable faultMessage,
                            java.lang.String applicationName)
        Constructs an exception object with the specified fault name and message and remembers the values of the message variables passed. The fault message can thus localize the cause of the error.
        Parameters:
        vars - The values of the message variables. Can be an empty array. If the array contains objects, they must be Serializable.
        faultName - The fault name.
        faultMessage - The fault message.
        applicationName - The application that contains the modelled fault.
    • Method Detail

      • getFaultMessageNamespace

        public java.lang.String getFaultMessageNamespace()
        Returns the fault message namespace
        Returns:
        String - The fault message namespace
      • getFaultMessageLocalName

        public java.lang.String getFaultMessageLocalName()
        Returns the fault message local name.
        Returns:
        String - The fault message local name.
IBM Business Process ManagerTM
Release 8