Handle a low level transport error which could be an I/O error or a
failure to encode or decode a STOMP message.
<p>Note that
{@link hunt.stomp.simp.stomp.ConnectionLostException
ConnectionLostException} will be passed into this method when the
connection is lost rather than closed normally via
{@link StompSession#disconnect()}.
@param session the client STOMP session
@param exception the exception that occurred
Handle a low level transport error which could be an I/O error or a failure to encode or decode a STOMP message. <p>Note that {@link hunt.stomp.simp.stomp.ConnectionLostException ConnectionLostException} will be passed into this method when the connection is lost rather than closed normally via {@link StompSession#disconnect()}. @param session the client STOMP session @param exception the exception that occurred