OSGi Service Platform
Release 3

org.osgi.service.prefs
Class BackingStoreException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.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, 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.
Parameters:
s - the detail message.

OSGi Service Platform
Release 3

Copyright (c) OSGi Alliance (2000, 2003). All Rights Reserved.