git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@431
be28352e-c001-0410-b1a7-
c7978e42abec
fileLock.length());
tos.close();
if (!channel.isOpen())
- throw new Error(tos.getChannel().getClass()+".transferFrom closes source channel!");
+ throw new Error("LIBRARY PORTABILITY ISSUE: "+tos.getChannel().getClass()+".transferFrom closes source channel!");
if (!lockFile(extantLock))
- throw new Error("Lost lock for "+sessionFile.getName()+" after backup.");
+ throw new Error("LIBRARY PORTABILITY ISSUE: Lost lock for "+sessionFile.getName()+" after backup.");
}
} catch (FileNotFoundException e1) {