< prev index next >

src/java.desktop/share/classes/sun/applet/resources/MsgAppletViewer.java

Print this page


   1 /*
   2  * Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   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
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


 171             {"appletsecurityexception.checklink", "Security Exception: link: {0}"},
 172             {"appletsecurityexception.checkpropsaccess", "Security Exception: properties"},
 173             {"appletsecurityexception.checkpropsaccess.key", "Security Exception: properties access {0}"},
 174             {"appletsecurityexception.checkread.exception1", "Security Exception: {0}, {1}"},
 175             {"appletsecurityexception.checkread.exception2", "Security Exception: file.read: {0}"},
 176             {"appletsecurityexception.checkread", "Security Exception: file.read: {0} == {1}"},
 177             {"appletsecurityexception.checkwrite.exception", "Security Exception: {0}, {1}"},
 178             {"appletsecurityexception.checkwrite", "Security Exception: file.write: {0} == {1}"},
 179             {"appletsecurityexception.checkread.fd", "Security Exception: fd.read"},
 180             {"appletsecurityexception.checkwrite.fd", "Security Exception: fd.write"},
 181             {"appletsecurityexception.checklisten", "Security Exception: socket.listen: {0}"},
 182             {"appletsecurityexception.checkaccept", "Security Exception: socket.accept: {0}:{1}"},
 183             {"appletsecurityexception.checkconnect.networknone", "Security Exception: socket.connect: {0}->{1}"},
 184             {"appletsecurityexception.checkconnect.networkhost1", "Security Exception: Couldn''t connect to {0} with origin from {1}."},
 185             {"appletsecurityexception.checkconnect.networkhost2", "Security Exception: Couldn''t resolve IP for host {0} or for {1}. "},
 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}"},
 188             {"appletsecurityexception.checkpackageaccess", "Security Exception: cannot access package: {0}"},
 189             {"appletsecurityexception.checkpackagedefinition", "Security Exception: cannot define package: {0}"},
 190             {"appletsecurityexception.cannotsetfactory", "Security Exception: cannot set factory"},
 191             {"appletsecurityexception.checkmemberaccess", "Security Exception: check member access"},
 192             {"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}"},
 196             {"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}"},
 198             {"appletsecurityexception.checkconnect.unknown", "unknown class loader type. unable to check for checking connect"},
 199         };
 200 
 201         return temp;
 202     }
 203 }
   1 /*
   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.
   4  *
   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
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


 171             {"appletsecurityexception.checklink", "Security Exception: link: {0}"},
 172             {"appletsecurityexception.checkpropsaccess", "Security Exception: properties"},
 173             {"appletsecurityexception.checkpropsaccess.key", "Security Exception: properties access {0}"},
 174             {"appletsecurityexception.checkread.exception1", "Security Exception: {0}, {1}"},
 175             {"appletsecurityexception.checkread.exception2", "Security Exception: file.read: {0}"},
 176             {"appletsecurityexception.checkread", "Security Exception: file.read: {0} == {1}"},
 177             {"appletsecurityexception.checkwrite.exception", "Security Exception: {0}, {1}"},
 178             {"appletsecurityexception.checkwrite", "Security Exception: file.write: {0} == {1}"},
 179             {"appletsecurityexception.checkread.fd", "Security Exception: fd.read"},
 180             {"appletsecurityexception.checkwrite.fd", "Security Exception: fd.write"},
 181             {"appletsecurityexception.checklisten", "Security Exception: socket.listen: {0}"},
 182             {"appletsecurityexception.checkaccept", "Security Exception: socket.accept: {0}:{1}"},
 183             {"appletsecurityexception.checkconnect.networknone", "Security Exception: socket.connect: {0}->{1}"},
 184             {"appletsecurityexception.checkconnect.networkhost1", "Security Exception: Couldn''t connect to {0} with origin from {1}."},
 185             {"appletsecurityexception.checkconnect.networkhost2", "Security Exception: Couldn''t resolve IP for host {0} or for {1}. "},
 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}"},
 188             {"appletsecurityexception.checkpackageaccess", "Security Exception: cannot access package: {0}"},
 189             {"appletsecurityexception.checkpackagedefinition", "Security Exception: cannot define package: {0}"},
 190             {"appletsecurityexception.cannotsetfactory", "Security Exception: cannot set factory"},

 191             {"appletsecurityexception.checkgetprintjob", "Security Exception: getPrintJob"},


 192             {"appletsecurityexception.checksecurityaccess", "Security Exception: security operation: {0}"},
 193             {"appletsecurityexception.getsecuritycontext.unknown", "unknown class loader type. unable to check for getContext"},
 194             {"appletsecurityexception.checkread.unknown", "unknown class loader type. unable to check for checking read {0}"},
 195             {"appletsecurityexception.checkconnect.unknown", "unknown class loader type. unable to check for checking connect"},
 196         };
 197 
 198         return temp;
 199     }
 200 }
< prev index next >