<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Some trivial updates to exception messages that should ease
debugging for future issues: <br>
<br>
<a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8153531">https://bugs.openjdk.java.net/browse/JDK-8153531</a><br>
webrev : <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~coffeys/webrev.8153531/webrev/">http://cr.openjdk.java.net/~coffeys/webrev.8153531/webrev/</a><br>
<br>
one edit I thought I'd highlight: <br>
<br>
I've converted this exception into an SSLException to make use of
the 2 arg constructor : <br>
<br>
<blockquote type="cite">
<pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class="changed" style="color: blue;">! throw new SSLProtocolException(</span>
<span class="changed" style="color: blue;">! "Unable to process PreMasterSecret, may be too big");</span></pre>
</blockquote>
I could use the initCause approach if necessary but figured that it
didn't matter.<br>
<pre class="moz-signature" cols="72">--
Regards,
Sean.</pre>
</body>
</html>