< prev index next >

src/java.base/share/classes/java/lang/module/ResolutionException.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 24,37 **** */ package java.lang.module; /** ! * Thrown when resolving a set of modules or binding fails. * * @see Configuration * @since 9 */ public class ResolutionException extends RuntimeException { private static final long serialVersionUID = -1031186845316729450L; /** --- 24,39 ---- */ package java.lang.module; /** ! * Thrown when resolving a set of modules, or resolving a set of modules with ! * service binding, fails. * * @see Configuration * @since 9 + * @spec JPMS */ public class ResolutionException extends RuntimeException { private static final long serialVersionUID = -1031186845316729450L; /**
< prev index next >