public abstract class WriteWebRequest implements StorageServletEvents
{
@Override
public Status onFileNotExists(File f) throws StorageServletException
{
throw new StorageServletException(
new FaultDetails(
null,
-1,
"The file at location '" + f.getAbsolutePath() + "' does not exists.",
null,