if ((classification == null) || (classification.equals("")))
classification = UNCLASSIFIED_CLASSIFICATION;
response = delete(uid, classification, conn);
} catch (Exception e) {
throw new MessageStoreException(e);
} finally {
release(conn);
}
return response;
}