English | Site Directory

Android - An Open Handset Alliance Project

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.
Build m5-rc15i - 10 Jun 2008 13:54