//#endif
/** Error while executing constructor */
System.out.println("catch RecordStoreFullException " +
e.getMessage());
e.printStackTrace();
throw new CauseRecStoreException(
"RecordStoreFullException while saving.", e);
} catch (RecordStoreException e) {
//#ifdef DLOGGING
//@ logger.severe("catch RecordStoreException ", e);
//#endif
/** Error while executing constructor */
System.out.println("catch RecordStoreException " +
e.getMessage());
e.printStackTrace();
throw new CauseRecStoreException(
"RecordStoreException while saving.", e);
} catch (Exception e) {
//#ifdef DLOGGING
//@ logger.severe("catch ", e);
//#endif