equal
deleted
inserted
replaced
27 /** |
27 /** |
28 * Thrown by the security manager to indicate a security violation. |
28 * Thrown by the security manager to indicate a security violation. |
29 * |
29 * |
30 * @author unascribed |
30 * @author unascribed |
31 * @see java.lang.SecurityManager |
31 * @see java.lang.SecurityManager |
32 * @since JDK1.0 |
32 * @since 1.0 |
33 */ |
33 */ |
34 public class SecurityException extends RuntimeException { |
34 public class SecurityException extends RuntimeException { |
35 |
35 |
36 private static final long serialVersionUID = 6878364983674394167L; |
36 private static final long serialVersionUID = 6878364983674394167L; |
37 |
37 |