This Java Exception is raised during an SSL/TLS Handshake and usually triggered by some incompatibility between the client and the server.
The possible incompatibilities typically are : TLS versions, Cipher Suites, Options, Certificate validation.
Once raised, the connection is no longer usable. If it follows a previous correctly established handshake, the Session Identifier is no more considered as correct.