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