Resource Exception how do I trap it
using JBuilder2005 with FireBird
If I turn off the database (by stopping the guardian)
I get a dialog box saying:
Resource Exception. Unable to complete network request to host "myhost"
Reason:Unable to complete network request to host "myhost"
I get past
database1.setConnection
which cant throw Resource Exception and doesnt throw
DataSetException
where can I trap the Resource Exception?
I want to show users a message like "Perhaps the Database isnt running"
|