com.ibm.bpe.api

Class EngineMaxNumberLoopIterationsExceededException

  • All Implemented Interfaces:
    java.io.Serializable


    public class EngineMaxNumberLoopIterationsExceededException
    extends SystemFaultException
    Exception class for error message Engine.MaxNumberLoopIterationsExceeded.
    Thrown when: The loop exit condition of the activity failed but the activity cannot be repeated because the specified maximum number of iterations is exceeded.
    User action: Increase the number of iterations in your process model, or make sure that the loop exit condition is fulfilled before the maximum number of loop iterations is exceeded.
    Since:
    5.0
    See Also:
    Serialized Form
    • Constructor Detail

      • EngineMaxNumberLoopIterationsExceededException

        public EngineMaxNumberLoopIterationsExceededException(java.lang.Object[] vars,
                                                      java.lang.Throwable cause)
        Constructor.
        Parameters:
        vars - An array with 1 substitution variable for CWWBE0016E: The specified maximum number of loop iterations is exceeded for activity ''{0}''.
        {0} is the name of the activity.
        cause - The exception that was thrown.
      • EngineMaxNumberLoopIterationsExceededException

        protected EngineMaxNumberLoopIterationsExceededException(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.
      • EngineMaxNumberLoopIterationsExceededException

        protected EngineMaxNumberLoopIterationsExceededException(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