}
catch (ProtocolException pe) {
if (Log.aribaweb_fileupload.isDebugEnabled()) {
Log.logException(Log.aribaweb_fileupload, pe);
}
throw new AWMalformedRequestException(pe);
}
catch (IOException ioexception) {
throw new AWGenericException(ioexception);
}
catch (Exception e) {
throw new AWMalformedRequestException(e);
}
}