X-Git-Url: http://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FCallbackVerificationFailedException.html;fp=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FCallbackVerificationFailedException.html;h=0000000000000000000000000000000000000000;hp=973f140142cb3623c210e9d23fbad5e7f764588e;hb=b293b312d6f0dd8b2dc716375fd442dd295a9942;hpb=9179a67d9952d3b63e95686dbd6cacd3c9e13cb2 diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/CallbackVerificationFailedException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/CallbackVerificationFailedException.html deleted file mode 100644 index 973f1401..00000000 --- a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/CallbackVerificationFailedException.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -CallbackVerificationFailedException xref - - - -
View Javadoc
-1   package de.juplo.facebook.exceptions;
-2   
-3   
-4   /**
-5    * 2200: Callback verification failed.
-6    * @author Kai Moritz
-7    */
-8   public class CallbackVerificationFailedException extends OAuthException
-9   {
-10    protected CallbackVerificationFailedException(FacebookErrorMessage error)
-11    {
-12      super(error);
-13    }
-14  }
-
-
- - -