|
jSyncManager | |||||||||
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 | +--org.jSyncManager.API.Conduit.DatabaseNotFoundException
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(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.
|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |