Exception Thrown By: | Cause | |
Class | Method | |
Preferences | public abstract void clear() | if this operation cannot be completed due to a failure in the backing store |
Preferences | public abstract String[] keys() | if this operation cannot be completed due to a failure in the backing store |
Preferences | public abstract String[] childrenNames() | if this operation cannot be completed due to a failure in the backing store |
Preferences | public abstract boolean nodeExists(String pathName) | if this operation cannot be completed due to a failure in the backing store |
Preferences | public abstract void removeNode() | if this operation cannot be completed due to a failure in the backing store |
Preferences | public abstract void flush() | if this operation cannot be completed due to a failure in the backing store |
Preferences | public abstract void sync() | if this operation cannot be completed due to a failure in the backing store |