Changeset 17079 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2020-10-01T02:27:36+02:00 (5 years ago)
Author:
Don-vip
Message:

see #19844 - don't let certificate amendment errors prevent JOSM to start

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r16974 r17079  
    845845        try {
    846846            CertificateAmendment.addMissingCertificates();
    847         } catch (IOException | GeneralSecurityException ex) {
     847        } catch (IOException | GeneralSecurityException | SecurityException | ExceptionInInitializerError ex) {
    848848            Logging.warn(ex);
    849849            Logging.warn(Logging.getErrorMessage(Utils.getRootCause(ex)));
Note: See TracChangeset for help on using the changeset viewer.