src/share/classes/java/io/NotSerializableException.java

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

*** 29,39 **** * Thrown when an instance is required to have a Serializable interface. * The serialization runtime or the class of the instance can throw * this exception. The argument should be the name of the class. * * @author unascribed ! * @since JDK1.1 */ public class NotSerializableException extends ObjectStreamException { private static final long serialVersionUID = 2906642554793891381L; --- 29,39 ---- * Thrown when an instance is required to have a Serializable interface. * The serialization runtime or the class of the instance can throw * this exception. The argument should be the name of the class. * * @author unascribed ! * @since 1.1 */ public class NotSerializableException extends ObjectStreamException { private static final long serialVersionUID = 2906642554793891381L;