X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FUnsupportedGetRequestException.html;fp=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FUnsupportedGetRequestException.html;h=60d23bdfac8015a3b2c5a74cc47346a290b7108e;hp=0000000000000000000000000000000000000000;hb=a53595184bd6e57bdc45292cc92c393c4e2dfe6e;hpb=c48c9ee0e9faa89a4c0a5323b367b9f5a6abe602 diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html new file mode 100644 index 00000000..60d23bdf --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html @@ -0,0 +1,27 @@ + + + +UnsupportedGetRequestException xref + + + +
View Javadoc
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   /**
+5    * 100: Unsupported get request.
+6    * @author Kai Moritz
+7    */
+8   public class UnsupportedGetRequestException extends GraphMethodException
+9   {
+10    protected UnsupportedGetRequestException(FacebookErrorMessage error)
+11    {
+12      super(error);
+13    }
+14  }
+
+
+ + +