diff --git a/dune/elasticity/assemblers/localadolcstiffness.hh b/dune/elasticity/assemblers/localadolcstiffness.hh
index c00fbb7458ead51324d7473ee44edc48b3330278..3dd6512808a7fe658a2d594d4a27a8ef9c26d054 100644
--- a/dune/elasticity/assemblers/localadolcstiffness.hh
+++ b/dune/elasticity/assemblers/localadolcstiffness.hh
@@ -77,7 +77,7 @@ energy(const LocalView& localView,
         energy = localEnergy_->energy(localView,localAConfiguration);
     } catch (Dune::Exception &e) {
         trace_off();
-        throw e;
+        throw;
     }
 
     energy >>= pureEnergy;