|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.manplato.DatabaseNotFoundException
The DatabaseNotFoundException. This exception is generated when a Conduit tries to access a database which does not exist.
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 |
|
Constructor Detail |
public DatabaseNotFoundException()
public DatabaseNotFoundException(java.lang.String s)
s
- a text message to accompiany this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |