SQLExceptionDialog [message #11431] |
Fri, 21 April 2006 22:44 |
Eclipse User |
|
|
|
Originally posted by: francine.grimmer.ncr.com
I am trying to use the SQLExceptionDialog. The message box pops up, but the Details area is empty, also the disconnect button and reconnect don't do anything. So are there any examples of this usage. Here is the my code snippet:
}catch (SQLException sqle){
IStatus status = new Status(
IStatus.ERROR,
Activator.getDefault().getBundle().getSymbolicName(),
IStatus.ERROR,
"###Error..SQL Exception - " + sqle.getMessage(), //$NON-NLS-1$
sqle);
Activator.getDefault().getLog().log(status);
SQLExceptionDialog dialog = new SQLExceptionDialog(status);
dialog.open();
}
What am I missing?
|
|
|
Powered by
FUDForum. Page generated in 0.03495 seconds