com.ibm.bpe.api

Class EngineProcessWrongKindException

  • All Implemented Interfaces:
    java.io.Serializable


    public class EngineProcessWrongKindException
    extends EngineWrongKindException
    Exception class for error message Engine.ProcessWrongKind.
    Thrown when: The requested action is not allowed for the process.
    User action: Check the autonomy attribute of the process.
    Since:
    6.0.1
    See Also:
    Serialized Form
    • Constructor Detail

      • EngineProcessWrongKindException

        public EngineProcessWrongKindException(java.lang.Object[] vars,
                                       java.lang.Throwable cause)
        Constructor.
        Parameters:
        vars - An array with 2 substitution variables for CWWBE0132E: The requested action ''{0}'' is not allowed on process ''{1}''. This action is only allowed for top-level processes.
        {0} is the attempted action.
        {1} is the process template name.
        cause - The exception that was thrown.
IBM Business Process ManagerTM
Release 8