com.ibm.task.api

Class ParameterNullException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ParameterNullException
    extends TaskException
    Exception class for error message Api.ParameterNull.
    Thrown when: An attempt was made to call an API function and a mandatory parameter value is 'null'.
    User action: Specify a parameter value that is not null.
    Since:
    5.1.1
    See Also:
    Serialized Form
    • Constructor Detail

      • ParameterNullException

        public ParameterNullException(java.lang.Object[] vars,
                              java.lang.Throwable cause)
        Constructor.
        Parameters:
        vars - An array with 2 substitution variables for CWTKA0013E: The mandatory parameter ''{0}'' cannot be null in ''{1}''.
        {0} is the name of the parameter
        {1} is the name of the API method
        cause - The exception that was thrown.
IBM Business Process ManagerTM
Release 8