+ System.exit(3);
+ } catch (AssertionError e) {
+ System.out.println("Failed to receive message (Assertion): " + e.getMessage());
+ System.out.println(e.getStackTrace());
+ System.out.println("If you use an Oracle JRE please check if you have unlimited strength crypto enabled, see README");
+ System.exit(1);