< prev index next >

src/java.base/share/classes/java/lang/invoke/WrongMethodTypeException.java

Print this page

        

*** 39,48 **** --- 39,49 ---- * * @author John Rose, JSR 292 EG * @since 1.7 */ public class WrongMethodTypeException extends RuntimeException { + @java.io.Serial private static final long serialVersionUID = 292L; /** * Constructs a {@code WrongMethodTypeException} with no detail message. */
< prev index next >