com.ibm.bpe.api

Class EngineUnknownOperationException

  • All Implemented Interfaces:
    java.io.Serializable


    public class EngineUnknownOperationException
    extends EngineEventNotKnownException
    Exception class for error message Engine.UnknownOperation.
    Thrown when: An incoming request specified a port type and operation that is not defined in the process.
    User action: Specify a correct port type and operation.
    Since:
    6.0.2
    See Also:
    Serialized Form
    • Constructor Detail

      • EngineUnknownOperationException

        public EngineUnknownOperationException(java.lang.Object[] vars,
                                       java.lang.Throwable cause)
        Constructor.
        Parameters:
        vars - An array with 3 substitution variables for CWWBE0146E: The operation ''{0}'' of port type ''{1}'' is not defined in process ''{2}''.
        {0} is the name of the operation
        {1} is the name of the porttype.
        {2} is the name of the process.
        cause - The exception that was thrown.
IBM Business Process ManagerTM
Release 8