summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-06-12 13:47:25 +0200
committerJose <jose@zeroc.com>2015-06-12 13:47:25 +0200
commit2b4e21f84de5ddceea86d33cf1cc0abe322db544 (patch)
treeb6d43dcae61d83273cf197040eb35d31569011ce /java/src
parentFixed ICE-6590: IceGridAdmin.app doesn't work on OS X (diff)
downloadice-2b4e21f84de5ddceea86d33cf1cc0abe322db544.tar.bz2
ice-2b4e21f84de5ddceea86d33cf1cc0abe322db544.tar.xz
ice-2b4e21f84de5ddceea86d33cf1cc0abe322db544.zip
Fix build issue with previous commit
Diffstat (limited to 'java/src')
-rw-r--r--java/src/IceGridGUI/src/main/java/IceGridGUI/Fallback.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceGridGUI/src/main/java/IceGridGUI/Fallback.java b/java/src/IceGridGUI/src/main/java/IceGridGUI/Fallback.java
index f6e11f4a0c0..1224793368e 100644
--- a/java/src/IceGridGUI/src/main/java/IceGridGUI/Fallback.java
+++ b/java/src/IceGridGUI/src/main/java/IceGridGUI/Fallback.java
@@ -62,11 +62,11 @@ public class Fallback extends javax.swing.JApplet
//
System.exit(0);
}
- catch(java.io.IOException ex)
+ catch(Exception ex)
{
ex.printStackTrace();
JOptionPane.showMessageDialog(null,
- "IOException trying to start IceGrid Admin from Fallback class",
+ "Exception trying to start IceGrid Admin from Fallback class",
"IceGrid Admin Error",
JOptionPane.ERROR_MESSAGE);
//