com.ibm.manplato
Class DatabaseNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.manplato.DatabaseNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseNotFoundException
extends java.lang.Exception

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

Version:
$Rev$-$Date: 2001/03/15 16:55:29 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $
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.