Android
java.util.prefs
public class

java.util.prefs.BackingStoreException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.util.prefs.BackingStoreException

An exception to indicate that some error was encountered while accessing the backing store.

Summary

Public Constructors

            BackingStoreException(String s)
Constructs a new BackingStoreException instance using an exception message.
            BackingStoreException(Throwable t)
Constructs a new BackingStoreException instance using a nested Throwable instance.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public BackingStoreException(String s)

Constructs a new BackingStoreException instance using an exception message.

Parameters

s the exception message.

public BackingStoreException(Throwable t)

Constructs a new BackingStoreException instance using a nested Throwable instance.

Parameters

t the nested Throwable instance.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48