com.ibm.bpe.api

Class QueryUnknownTableException

  • All Implemented Interfaces:
    java.io.Serializable


    public class QueryUnknownTableException
    extends ProcessException
    Exception class for error message Api.QueryUnknownTable.
    Thrown when: The query string contains a reference to an unknown table or view.
    User action: Check the spelling of the table or view name in the query.
    Since:
    5.0
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryUnknownTableException

        public QueryUnknownTableException(java.lang.Object[] vars,
                                  java.lang.Throwable cause)
        Constructor.
        Parameters:
        vars - An array with 1 substitution variable for CWWBA0001E: Unknown table or view name: ''{0}''.
        {0} is the name of a table or view that cannot be resolved.
        cause - The exception that was thrown.
IBM Business Process ManagerTM
Release 8