< prev index next >

src/java.base/share/classes/java/lang/ReflectiveOperationException.java

Print this page

        

*** 31,40 **** --- 31,41 ---- * * @see LinkageError * @since 1.7 */ public class ReflectiveOperationException extends Exception { + @java.io.Serial static final long serialVersionUID = 123456789L; /** * Constructs a new exception with {@code null} as its detail * message. The cause is not initialized, and may subsequently be
< prev index next >