Some trivial updates to exception messages that should ease debugging
for future issues:
https://bugs.openjdk.java.net/browse/JDK-8153531
webrev : http://cr.openjdk.java.net/~coffeys/webrev.8153531/webrev/
one edit I thought I'd highlight:
I've converted this exception into an SSLException to make use of the 2
arg constructor :
! throw new SSLProtocolException(
! "Unable to process PreMasterSecret, may be too big");
I could use the initCause approach if necessary but figured that it
didn't matter.
--
Regards,
Sean.