Handle any exception arising while processing a STOMP frame such as a
failure to convert the payload or an unhandled exception in the
application {@code StompFrameHandler}.
@param session the client STOMP session
@param command the STOMP command of the frame
@param headers the headers
@param payload the raw payload
@param exception the exception
Handle any exception arising while processing a STOMP frame such as a failure to convert the payload or an unhandled exception in the application {@code StompFrameHandler}. @param session the client STOMP session @param command the STOMP command of the frame @param headers the headers @param payload the raw payload @param exception the exception