< prev index next >

src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/PackagerException.java

Print this page

        

*** 21,39 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package jdk.jpackage.internal; import java.text.MessageFormat; import java.util.ResourceBundle; public class PackagerException extends Exception { private static final long serialVersionUID = 1L; private static final ResourceBundle bundle = ResourceBundle.getBundle( ! "jdk.jpackage.internal.resources.MainResources"); public PackagerException(Throwable cause) { super(cause); } --- 21,39 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package jdk.incubator.jpackage.internal; import java.text.MessageFormat; import java.util.ResourceBundle; public class PackagerException extends Exception { private static final long serialVersionUID = 1L; private static final ResourceBundle bundle = ResourceBundle.getBundle( ! "jdk.incubator.jpackage.internal.resources.MainResources"); public PackagerException(Throwable cause) { super(cause); }
< prev index next >