com.ibm.bpe.api

Class EngineImplQualTranMustBeGlobalException

  • All Implemented Interfaces:
    java.io.Serializable


    public class EngineImplQualTranMustBeGlobalException
    extends ProcessException
    Exception class for error message Engine.ImplQualTranMustBeGlobal.
    Thrown when: Process component files of processes that run in a global transaction must contain the transaction implementation qualifier with a value of 'global'. This is mandatory for long-running processes.
    User action: Change the implementation qualifier so that it is set to 'global', and redeploy the application.
    Since:
    6.1
    See Also:
    Serialized Form
    • Constructor Detail

      • EngineImplQualTranMustBeGlobalException

        public EngineImplQualTranMustBeGlobalException(java.lang.Object[] vars,
                                               java.lang.Throwable cause)
        Constructor.
        Parameters:
        vars - An array with 0 substitution variables for CWWBE0161E: The corresponding process component file of the current process must contain the transaction implementation qualifier with a value of 'global'.
        cause - The exception that was thrown.
      • EngineImplQualTranMustBeGlobalException

        protected EngineImplQualTranMustBeGlobalException(java.lang.String key,
                                               java.lang.Object[] vars,
                                               java.lang.String id,
                                               java.lang.Throwable cause)
        Constructor for subclasses only. It has package access so it does not show up in the public Javadoc.
        Parameters:
        key - The message key.
        vars - The values of the message variables. Can be an empty array. If the array contains objects, they must be Serializable.
        id - The message identifier.
        cause - The exception that was thrown.
      • EngineImplQualTranMustBeGlobalException

        protected EngineImplQualTranMustBeGlobalException(java.lang.String catalog,
                                               java.lang.String key,
                                               java.lang.Object[] vars,
                                               java.lang.String id,
                                               java.lang.Throwable cause)
        Constructor for subclasses only. It has package access so it does not show up in the public Javadoc.
        Parameters:
        catalog - The catalog which have to be used to retrieve the message.
        key - The message key.
        vars - The values of the message variables. Can be an empty array. If the array contains objects, they must be Serializable.
        id - The message identifier.
        cause - The exception that was thrown.
IBM Business Process ManagerTM
Release 8