< prev index next >

src/java.base/share/classes/sun/net/TelnetProtocolException.java

Print this page

        

*** 33,42 **** --- 33,43 ---- * * @author Jonathan Payne */ public class TelnetProtocolException extends IOException { + @java.io.Serial private static final long serialVersionUID = 8509127047257111343L; public TelnetProtocolException(String s) { super(s); }
< prev index next >