diff --git a/src/main/java/teetime/framework/exceptionHandling/IgnoringExceptionListener.java b/src/main/java/teetime/framework/exceptionHandling/IgnoringExceptionListener.java
index f64d828ae15eeb143a85132eece8f3d5d471b97a..e77400624048b749c41e0796c455d695a56ae527 100644
--- a/src/main/java/teetime/framework/exceptionHandling/IgnoringExceptionListener.java
+++ b/src/main/java/teetime/framework/exceptionHandling/IgnoringExceptionListener.java
@@ -4,10 +4,6 @@ import teetime.framework.Stage;
 
 public class IgnoringExceptionListener extends AbstractExceptionListener {
 
-	public IgnoringExceptionListener() {
-		super();
-	}
-
 	@Override
 	public FurtherExecution onStageException(final Exception e, final Stage throwingStage) {
 		return FurtherExecution.CONTINUE;