com.ibm.bpe.api

Class EngineInvalidLinkTypeException

  • All Implemented Interfaces:
    java.io.Serializable


    public class EngineInvalidLinkTypeException
    extends InvalidParameterValueException
    Exception class for error message Engine.InvalidLinkType.
    Thrown when: An attempt was made to force navigation for a stopped activity. The request contained the name of a fault link. ForceNavigate requests are only allowed with normal links, not with fault links.
    User action: Correct the program that invoked the forceNavigate method so that it only provides names of normal links. If you issued the request via the administrative client, only specify names of normal links.
    Since:
    6.2
    See Also:
    Serialized Form
    • Constructor Detail

      • EngineInvalidLinkTypeException

        public EngineInvalidLinkTypeException(java.lang.Object[] vars,
                                      java.lang.Throwable cause)
        Constructor.
        Parameters:
        vars - An array with 2 substitution variables for CWWBE0184E: forceNavigate was requested for activity ''{0}'' with parameter ''linksToBeFollowed''. The request contains the link name ''{1}''. Links of this type are not allowed in forceNavigate requests.
        {0} is the name of the stopped activity
        {1} is the name of the invalid link
        cause - The exception that was thrown.
IBM Business Process ManagerTM
Release 8