X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FRateExceededException.html;fp=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FRateExceededException.html;h=0000000000000000000000000000000000000000;hp=7e59b91d1284772fd1bd5d7122feb2fc8c7f8a8c;hb=b293b312d6f0dd8b2dc716375fd442dd295a9942;hpb=9179a67d9952d3b63e95686dbd6cacd3c9e13cb2 diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/RateExceededException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/RateExceededException.html deleted file mode 100644 index 7e59b91d..00000000 --- a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/RateExceededException.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -RateExceededException xref - - - -
View Javadoc
-1   package de.juplo.facebook.exceptions;
-2   
-3   
-4   /**
-5    * 613: Calls to stream have exceeded the rate of 600 calls per 600 seconds.
-6    * @author Kai Moritz
-7    */
-8   public class RateExceededException extends OAuthException
-9   {
-10    protected RateExceededException(FacebookErrorMessage error)
-11    {
-12      super(error);
-13    }
-14  }
-
-
- - -