Knopflerfish OSGi 1.3.3

org.osgi.service.prefs
Class BackingStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.osgi.service.prefs.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.

Version:
$Revision: 1.6 $
Author:
Open Services Gateway Initiative
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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.

Parameters:
s - the detail message.

Knopflerfish OSGi 1.3.3