X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FOAuthException.html;fp=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FOAuthException.html;h=0000000000000000000000000000000000000000;hp=bbb6ea2c047776c0de45f8c764fe3600b6bfe531;hb=b293b312d6f0dd8b2dc716375fd442dd295a9942;hpb=9179a67d9952d3b63e95686dbd6cacd3c9e13cb2 diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/OAuthException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/OAuthException.html deleted file mode 100644 index bbb6ea2c..00000000 --- a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/OAuthException.html +++ /dev/null @@ -1,31 +0,0 @@ - - - -OAuthException xref - - - -
View Javadoc
-1   package de.juplo.facebook.exceptions;
-2   
-3   
-4   import de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage;
-5   
-6   
-7   
-8   /**
-9    * Baseclass for exceptions of type {@code OAuthException}.
-10   * @author Kai Moritz
-11   */
-12  public class OAuthException extends GraphApiException
-13  {
-14    protected OAuthException(FacebookErrorMessage error)
-15    {
-16      super(error);
-17    }
-18  }
-
-
- - -