I want to extract the java class name of the first line and all the java class name of the lines that starts with "Caused by: " and concatenate all of them
So in the example above, I should get: java.lang.RuntimeException/java.lang.IllegalStateException/java.lang.UnsupportedOperationException