davsclaus commented on a change in pull request #5065: URL: https://github.com/apache/camel/pull/5065#discussion_r574266634
########## File path: core/camel-support/src/main/java/org/apache/camel/converter/stream/CipherPair.java ########## @@ -71,7 +71,7 @@ public Cipher createDecryptor() { return deccipher; } catch (GeneralSecurityException e) { // should not happen - throw new IllegalStateException("Could not instantiate decryptor, e"); + throw new IllegalStateException("Could not instanciate decryptor, e"); Review comment: throw new IllegalStateException("Could not instanciate decryptor, e"); -> throw new IllegalStateException("Could not instanciate decryptor", e); ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org