*/
public Throwable distributionChannelShouldThrowServerException(EODistributionChannel channel,
Throwable clientExceptionForServerException, String originalServerExceptionClassName, String originalServerExceptionMessage) {
log.error(originalServerExceptionClassName + ": " + originalServerExceptionMessage, clientExceptionForServerException);
return new ServerException(clientExceptionForServerException);
}