201202203204205206207208
} catch(IOException ioe) { String message = "IOException while reading the file!"; logger.logMessage(message, this, MessageLogger.ERROR); Environment.getInstance().log(message, ioe); throw new AbortTransferException(); } }