Searched refs:BackingStoreException (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DBackingStoreException.java38 public class BackingStoreException extends Exception { class in inherits:Exception
40 * Constructs a BackingStoreException with the specified detail message.
44 public BackingStoreException(String s) { method in class:BackingStoreException
49 * Constructs a BackingStoreException with the specified cause.
53 public BackingStoreException(Throwable cause) { method in class:BackingStoreException
H A DPreferences.java120 * BackingStoreException}.
547 * @throws BackingStoreException if this operation cannot be completed
554 public abstract void clear() throws BackingStoreException;
885 * @throws BackingStoreException if this operation cannot be completed
891 public abstract String[] keys() throws BackingStoreException;
899 * @throws BackingStoreException if this operation cannot be completed
905 public abstract String[] childrenNames() throws BackingStoreException;
956 * @throws BackingStoreException if this operation cannot be completed
968 throws BackingStoreException;
991 * @throws BackingStoreException i
[all...]
H A DAbstractPreferences.java63 * 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
[all...]
H A DXmlSupport.java92 * @throws BackingStoreException if preference data cannot be read from
98 throws IOException, BackingStoreException {
134 * @throws BackingStoreException if it is not possible to read
139 Preferences prefs, boolean subTree) throws BackingStoreException
/openjdk7/jdk/src/macosx/classes/java/util/prefs/
H A DMacOSXPreferences.java163 throws BackingStoreException
182 throws BackingStoreException
185 if (result == null) throw new BackingStoreException("Couldn't get list of children for node '" + path + "'");
191 throws BackingStoreException
194 if (result == null) throw new BackingStoreException("Couldn't get list of keys for node '" + path + "'");
211 throws BackingStoreException
218 throw new BackingStoreException("Synchronization failed for node '" + path + "'");
222 throw new BackingStoreException("Synchronization failed for node '" + path + "'");
230 throws BackingStoreException
237 throws BackingStoreException
[all...]
/openjdk7/jdk/test/java/util/prefs/
H A DAddNodeChangeListener.java42 throws BackingStoreException, InterruptedException
59 throws BackingStoreException, InterruptedException
69 throws BackingStoreException, InterruptedException
H A DSerializeExceptions.java37 test(new BackingStoreException("Hi"));
H A DConflictInFlush.java45 }catch (BackingStoreException bse){
H A DExportNode.java38 BackingStoreException, IOException {
H A DRemoveReadOnlyNode.java55 catch (BackingStoreException ex) {
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java465 } catch(BackingStoreException e) {
472 } catch(BackingStoreException e) {
562 * fails, a BackingStoreException is thrown and both prefsCache and
565 private void loadCache() throws BackingStoreException {
569 public Void run() throws BackingStoreException {
589 throw new BackingStoreException(e);
599 throw (BackingStoreException) e.getException();
608 * BackingStoreException is thrown and both the backing store (prefsFile)
612 private void writeBackCache() throws BackingStoreException {
616 public Void run() throws BackingStoreException {
[all...]
/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java680 * Throws a BackingStoreException and logs a warning, if
683 protected String[] keysSpi() throws BackingStoreException{
687 throw new BackingStoreException("Could not open windows"
699 throw new BackingStoreException(info);
718 throw new BackingStoreException(info);
729 * Throws a BackingStoreException and logs a warning message,
732 protected String[] childrenNamesSpi() throws BackingStoreException {
736 throw new BackingStoreException("Could not open windows"
749 throw new BackingStoreException(info);
769 throw new BackingStoreException(inf
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputContext.java53 import java.util.prefs.BackingStoreException;
1058 } catch (BackingStoreException bse) {
H A DInputMethodManager.java54 import java.util.prefs.BackingStoreException;
673 } catch (BackingStoreException bse) {
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftSynthesizer.java45 import java.util.prefs.BackingStoreException;
864 } catch (BackingStoreException e) {
/openjdk7/jdk/make/java/java/
H A DFILES_java.gmk368 java/util/prefs/BackingStoreException.java \

Completed in 135 milliseconds