org.ocd.prefs.util
Class BackingStoreException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ocd.prefs.util.BackingStoreException
All Implemented Interfaces:
java.io.Serializable

public class BackingStoreException
extends java.lang.Exception

Thrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.

Since:
1.4
Version:
1.1, 12/03/00
Author:
Josh Bloch
See Also:
Serialized Form

Constructor Summary
BackingStoreException(java.lang.String s)
          Constructs a BackingStoreException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackingStoreException

public BackingStoreException(java.lang.String s)
Constructs a BackingStoreException with the specified detail message.