[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.DataStoreException
public class DataStoreException extends SVAPIException
Signals that an IO error occured involving access to persistent storage. This class is the root of all exceptions that involve
persistent storage, including name space, data format and IO exceptions.
Constructor Index
- DataStoreException()
- Constructs a DataStoreException without a detail message.
- DataStoreException(String)
- Constructs a DataStoreException with the specified detail message.
- DataStoreException(String, Throwable)
- Constructs a DataStoreException with the specified detail message and a nested exception.
Constructors
DataStoreException
public DataStoreException()
Constructs an DataStoreException without a detail message.
DataStoreException
public DataStoreException(String s)
Constructs an DataStoreException with the specified detail message.
DataStoreException
public DataStoreException(String s, Throwable e)
Constructs an DataStoreException with the specified detail message and a nested exception. The message can be null.
[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
rwille@novell.com