Added/Renamed the exceptions, that are thrown, if the rate-limit is exceeded
[facebook-errors] / src / main / java / de / juplo / facebook / errors / TooManyUserCallsException.java
diff --git a/src/main/java/de/juplo/facebook/errors/TooManyUserCallsException.java b/src/main/java/de/juplo/facebook/errors/TooManyUserCallsException.java
deleted file mode 100644 (file)
index c8ded4d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-package de.juplo.facebook.errors;
-
-
-
-/**
- * 17: To many API-usercalls
- * @author Kai Moritz
- * @see https://developers.facebook.com/docs/graph-api/using-graph-api/#errors
- */
-public class TooManyUserCallsException extends OAuthException
-{
-  protected TooManyUserCallsException(FacebookErrorMessage error)
-  {
-    super(error);
-  }
-}