< prev index next >

jdk/src/jdk.jartool/share/classes/jdk/security/jarsigner/JarSignerException.java

Print this page

        

*** 26,36 **** package jdk.security.jarsigner; /** * This exception is thrown when {@link JarSigner#sign} fails. * ! * @since 1.9 */ public class JarSignerException extends RuntimeException { private static final long serialVersionUID = -4732217075689309530L; --- 26,36 ---- package jdk.security.jarsigner; /** * This exception is thrown when {@link JarSigner#sign} fails. * ! * @since 9 */ public class JarSignerException extends RuntimeException { private static final long serialVersionUID = -4732217075689309530L;
< prev index next >