// bitstreams are deleted. This is OK; deleting them next
// time around will be a no-op.
catch (SQLException sqle)
{
if (verbose) System.err.println("Error: " + sqle.getMessage());
context.abort();
throw sqle;
}
catch (IOException ioe)
{
if (verbose) System.err.println("Error: " + ioe.getMessage());