jdk/src/share/classes/java/lang/SecurityException.java
changeset 24865 09b1d992ca72
parent 5506 202f599c92aa
equal deleted inserted replaced
24864:a7bf63ebda64 24865:09b1d992ca72
    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