OSGi™ Service Platform
Release 2

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.

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.


OSGi™ Service Platform
Release 2

Copyright © OSGi Alliance (2000, 2002). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0