< prev index next >

src/java.base/share/classes/javax/net/ssl/SSLPeerUnverifiedException.java

Print this page

        

*** 40,49 **** --- 40,50 ---- * @author David Brownell */ public class SSLPeerUnverifiedException extends SSLException { + @java.io.Serial private static final long serialVersionUID = -8919512675000600547L; /** * Constructs an exception reporting that the SSL peer's * identity has not been verified.
< prev index next >