jSyncManager

org.jSyncManager.API.Conduit
Class DatabaseNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jSyncManager.API.Conduit.DatabaseNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseNotFoundException
extends java.lang.Exception

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

Version:
$Revision: 1.5 $
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: yaztromo $ on $Date: 2003/04/23 00:22:49 $.
See Also:
Serialized Form

Constructor Summary
DatabaseNotFoundException()
          Constructs a new DatabaseNotFoundException object.
DatabaseNotFoundException(java.lang.String s)
          Constructs a new DatabaseNotFoundException object, using the specified message text.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseNotFoundException

public DatabaseNotFoundException()
Constructs a new DatabaseNotFoundException object.

DatabaseNotFoundException

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

jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.