jdk/src/share/classes/java/lang/IllegalAccessError.java
changeset 24865 09b1d992ca72
parent 5506 202f599c92aa
equal deleted inserted replaced
24864:a7bf63ebda64 24865:09b1d992ca72
    32  * Normally, this error is caught by the compiler; this error can
    32  * Normally, this error is caught by the compiler; this error can
    33  * only occur at run time if the definition of a class has
    33  * only occur at run time if the definition of a class has
    34  * incompatibly changed.
    34  * incompatibly changed.
    35  *
    35  *
    36  * @author  unascribed
    36  * @author  unascribed
    37  * @since   JDK1.0
    37  * @since   1.0
    38  */
    38  */
    39 public class IllegalAccessError extends IncompatibleClassChangeError {
    39 public class IllegalAccessError extends IncompatibleClassChangeError {
    40     private static final long serialVersionUID = -8988904074992417891L;
    40     private static final long serialVersionUID = -8988904074992417891L;
    41 
    41 
    42     /**
    42     /**