src/java.base/share/classes/java/io/InvalidClassException.java
changeset 59295 8b6cc0bb93d0
parent 57956 e0b8b019d2f5
equal deleted inserted replaced
59294:48b88b9c11eb 59295:8b6cc0bb93d0
    31  * <UL>
    31  * <UL>
    32  * <LI> The serial version of the class does not match that of the class
    32  * <LI> The serial version of the class does not match that of the class
    33  *      descriptor read from the stream
    33  *      descriptor read from the stream
    34  * <LI> The class contains unknown datatypes
    34  * <LI> The class contains unknown datatypes
    35  * <LI> The class does not have an accessible no-arg constructor
    35  * <LI> The class does not have an accessible no-arg constructor
       
    36  * <LI> The ObjectStreamClass of an enum constant does not represent
       
    37  *      an enum type
       
    38  * <LI> Other conditions given in the <cite>Java Object Serialization
       
    39  *      Specification</cite>
    36  * </UL>
    40  * </UL>
    37  *
    41  *
    38  * @author  unascribed
    42  * @author  unascribed
    39  * @since   1.1
    43  * @since   1.1
    40  */
    44  */