src/java.desktop/share/classes/sun/applet/resources/MsgAppletViewer.java
changeset 49520 7a64b48586d8
parent 47216 71c04702a3d5
equal deleted inserted replaced
49519:94129cb29710 49520:7a64b48586d8
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   186             {"appletsecurityexception.checkconnect.networkhost3", "Security Exception: Could not resolve IP for host {0}. See the trustProxy property."},
   186             {"appletsecurityexception.checkconnect.networkhost3", "Security Exception: Could not resolve IP for host {0}. See the trustProxy property."},
   187             {"appletsecurityexception.checkconnect", "Security Exception: connect: {0}->{1}"},
   187             {"appletsecurityexception.checkconnect", "Security Exception: connect: {0}->{1}"},
   188             {"appletsecurityexception.checkpackageaccess", "Security Exception: cannot access package: {0}"},
   188             {"appletsecurityexception.checkpackageaccess", "Security Exception: cannot access package: {0}"},
   189             {"appletsecurityexception.checkpackagedefinition", "Security Exception: cannot define package: {0}"},
   189             {"appletsecurityexception.checkpackagedefinition", "Security Exception: cannot define package: {0}"},
   190             {"appletsecurityexception.cannotsetfactory", "Security Exception: cannot set factory"},
   190             {"appletsecurityexception.cannotsetfactory", "Security Exception: cannot set factory"},
   191             {"appletsecurityexception.checkmemberaccess", "Security Exception: check member access"},
       
   192             {"appletsecurityexception.checkgetprintjob", "Security Exception: getPrintJob"},
   191             {"appletsecurityexception.checkgetprintjob", "Security Exception: getPrintJob"},
   193             {"appletsecurityexception.checksystemclipboardaccess", "Security Exception: getSystemClipboard"},
       
   194             {"appletsecurityexception.checkawteventqueueaccess", "Security Exception: getEventQueue"},
       
   195             {"appletsecurityexception.checksecurityaccess", "Security Exception: security operation: {0}"},
   192             {"appletsecurityexception.checksecurityaccess", "Security Exception: security operation: {0}"},
   196             {"appletsecurityexception.getsecuritycontext.unknown", "unknown class loader type. unable to check for getContext"},
   193             {"appletsecurityexception.getsecuritycontext.unknown", "unknown class loader type. unable to check for getContext"},
   197             {"appletsecurityexception.checkread.unknown", "unknown class loader type. unable to check for checking read {0}"},
   194             {"appletsecurityexception.checkread.unknown", "unknown class loader type. unable to check for checking read {0}"},
   198             {"appletsecurityexception.checkconnect.unknown", "unknown class loader type. unable to check for checking connect"},
   195             {"appletsecurityexception.checkconnect.unknown", "unknown class loader type. unable to check for checking connect"},
   199         };
   196         };