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