org.jSyncManager.API.Conduit
Class DatabaseNotFoundException
Exceptionorg.jSyncManager.API.Conduit.DatabaseNotFoundException
public class DatabaseNotFoundException
extends Exception
The DatabaseNotFoundException.
This exception is generated when a jConduit tries to access a database which does not exist.
DatabaseNotFoundException
public DatabaseNotFoundException()
Constructs a new DatabaseNotFoundException object.
DatabaseNotFoundException
public DatabaseNotFoundException(String s)
Constructs a new DatabaseNotFoundException object, using the
specified message text.
s - a text message to accompiany this exception.