Minor tweak to appletloader as an attempt to get nightly build server to build natives again.

This commit is contained in:
kappa1 2011-09-07 18:28:19 +00:00
parent 4acf44bd9a
commit 0e6da07d54
1 changed files with 1 additions and 3 deletions

View File

@ -899,10 +899,8 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
}
});
} catch (AccessControlException ace) {
certificateRefused = true;
fatalErrorOccured(ace.getMessage(), ace);
} catch (Exception e) {
certificateRefused = e instanceof AccessControlException;
fatalErrorOccured("This occurred while '" + getDescriptionForState() + "'", e);
} finally {
loaderThread = null;