src/share/classes/java/lang/SecurityException.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 27,37 **** /** * Thrown by the security manager to indicate a security violation. * * @author unascribed * @see java.lang.SecurityManager ! * @since JDK1.0 */ public class SecurityException extends RuntimeException { private static final long serialVersionUID = 6878364983674394167L; --- 27,37 ---- /** * Thrown by the security manager to indicate a security violation. * * @author unascribed * @see java.lang.SecurityManager ! * @since 1.0 */ public class SecurityException extends RuntimeException { private static final long serialVersionUID = 6878364983674394167L;