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