org.jSyncManager.API.Conduit

Class DatabaseNotFoundException


public class DatabaseNotFoundException
extends Exception

The DatabaseNotFoundException. This exception is generated when a jConduit tries to access a database which does not exist.

Constructor Summary

DatabaseNotFoundException()
Constructs a new DatabaseNotFoundException object.
DatabaseNotFoundException(String s)
Constructs a new DatabaseNotFoundException object, using the specified message text.

Constructor Details

DatabaseNotFoundException

public DatabaseNotFoundException()
Constructs a new DatabaseNotFoundException object.

DatabaseNotFoundException

public DatabaseNotFoundException(String s)
Constructs a new DatabaseNotFoundException object, using the specified message text.
Parameters:
s - a text message to accompiany this exception.