Description
OrdererMessages.exception uses the Orderer.exception key to look up the message in OrdererStrings.properties. This results in the string [ORDERER.EXCEPTION] in the message. The key needs to be changed to just "exception" to match the property file as well as the syntax of the other keys.