390391392393394395396
restoreCauses(avroException.getRemoteCauses(), exception); return exception; } public RemoteException convert(AvroRemoteException exception) { return new RemoteException(exception.getMessage(), exception); }