ERROR - org.dbunit.dataset.NoSuchTableException - Possible Causes of NoSuchTableException

Exception Thrown By:Cause
FrameworkClassMethod
DBUnit AbstractDataSet public ITableMetaData getTableMetaData(String tableName) if dataset do
not contains the specified table.
DBUnit AbstractDataSet public ITable getTable(String tableName) if dataset do
not contains the specified table.
DBUnit FilteredDataSet public ITableMetaData getTableMetaData(String tableName) if dataset do
not contains the specified table.
DBUnit FilteredDataSet public ITable getTable(String tableName) if dataset do
not contains the specified table.
DBUnit ForwardOnlyDataSet public ITableMetaData getTableMetaData(String tableName) if dataset do
not contains the specified table.
DBUnit ForwardOnlyDataSet public ITable getTable(String tableName) if dataset do
not contains the specified table.
DBUnit ReplacementDataSet public ITableMetaData getTableMetaData(String tableName) if dataset do
not contains the specified table.
DBUnit ReplacementDataSet public ITable getTable(String tableName) if dataset do
not contains the specified table.