}
public void finished() {
Object result = getValue();
if (result == null) return;
if (result instanceof StoreException) {
StoreException se = (StoreException) result;
JOptionPane.showMessageDialog(null, new String[] {"Error loading Session : ", se.toString()}, "Error", JOptionPane.ERROR_MESSAGE);
}
}
}.start();
}