Lines Matching refs:BackingStoreException
680 * 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(info);
781 * Throws a BackingStoreException and logs a warning message if Windows
784 public void flush() throws BackingStoreException{
791 throw new BackingStoreException(
796 throw new BackingStoreException("Could not open windows"
807 throw new BackingStoreException(info);
818 public void sync() throws BackingStoreException{
838 * Throws a BackingStoreException and logs a warning, if Windows registry
841 public void removeNodeSpi() throws BackingStoreException {
845 throw new BackingStoreException("Could not open parent windows"
858 throw new BackingStoreException(info);
1094 protected void flushSpi() throws BackingStoreException {
1101 protected void syncSpi() throws BackingStoreException {