102103104105106107108
throw new FilerException(FaultCodes.COL_COLLECTION_CLOSED, "Filer is closed"); } private void checkReadOnly() throws DBException { if ( readOnly ) throw new FilerException(FaultCodes.COL_COLLECTION_READ_ONLY, "Filer is read-only"); }
136137138139140141142143144145
throw e; } catch ( Exception e ) { tx.cancel(); e.printStackTrace(System.err); throw new FilerException(FaultCodes.COL_CANNOT_CREATE, e); } } return false; }