Lines Matching refs:BackingStoreException
63 * to throw {@link BackingStoreException}, and the implementation is required
71 * <tt>BackingStoreException</tt>, as they can generally obey their contracts
327 * @throws BackingStoreException if this operation cannot be completed
333 public void clear() throws BackingStoreException {
675 * @throws BackingStoreException if this operation cannot be completed
681 public String[] keys() throws BackingStoreException {
703 * @throws BackingStoreException if this operation cannot be completed
710 public String[] childrenNames() throws BackingStoreException {
855 * @throws BackingStoreException if this operation cannot be completed
866 throws BackingStoreException
888 throws BackingStoreException
936 * @throws BackingStoreException if this operation cannot be completed
940 public void removeNode() throws BackingStoreException {
953 private void removeNode2() throws BackingStoreException {
970 } catch (BackingStoreException x) { }
1170 * <p>If this node throws a <tt>BackingStoreException</tt>, the exception
1174 * @throws BackingStoreException if this operation cannot be completed
1178 protected abstract void removeNodeSpi() throws BackingStoreException;
1188 * <p>If this node throws a <tt>BackingStoreException</tt>, the exception
1193 * @throws BackingStoreException if this operation cannot be completed
1197 protected abstract String[] keysSpi() throws BackingStoreException;
1207 * <p>If this node throws a <tt>BackingStoreException</tt>, the exception
1213 * @throws BackingStoreException if this operation cannot be completed
1218 throws BackingStoreException;
1245 * @throws BackingStoreException if this operation cannot be completed
1250 throws BackingStoreException {
1315 * @throws BackingStoreException if this operation cannot be completed
1322 public void sync() throws BackingStoreException {
1326 private void sync2() throws BackingStoreException {
1351 * <p>If this node throws a <tt>BackingStoreException</tt>, the exception
1354 * @throws BackingStoreException if this operation cannot be completed
1358 protected abstract void syncSpi() throws BackingStoreException;
1377 * @throws BackingStoreException if this operation cannot be completed
1382 public void flush() throws BackingStoreException {
1386 private void flush2() throws BackingStoreException {
1412 * <p>If this node throws a <tt>BackingStoreException</tt>, the exception
1415 * @throws BackingStoreException if this operation cannot be completed
1419 protected abstract void flushSpi() throws BackingStoreException;
1589 * @throws BackingStoreException if preference data cannot be read from
1593 throws IOException, BackingStoreException
1605 * @throws BackingStoreException if preference data cannot be read from
1609 throws IOException, BackingStoreException