* deployment descriptor, it is always thrown.
*/
public void createTableWithAppExceptionAndRollback(final String dbName) throws NamingException,
NotSupportedException, SystemException, SQLException, CustomException00 {
TableManager tableManager = new TableManager(dbName);
tableManager.insertTable(TABLE);
throw new CustomException00("The bean threw an application exception defined in the deployment descriptor.");
}
/**
* Inserts a table in the database and after throws an exception that is