diff --git a/src/main/java/de/thm/arsnova/exceptions/RequestEntityTooLargeException.java b/src/main/java/de/thm/arsnova/exceptions/RequestEntityTooLargeException.java
new file mode 100644
index 0000000000000000000000000000000000000000..a8a7f30008255d9e392122a41504f14b88a51614
--- /dev/null
+++ b/src/main/java/de/thm/arsnova/exceptions/RequestEntityTooLargeException.java
@@ -0,0 +1,5 @@
+package de.thm.arsnova.exceptions;
+
+public class RequestEntityTooLargeException extends RuntimeException {
+	private static final long serialVersionUID = 1L;
+}