Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / facebook-utils-2.5.0 / apidocs / de / juplo / facebook / exceptions / class-use / GraphApiException.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!-- NewPage -->
3 <html lang="de">
4 <head>
5 <!-- Generated by javadoc (1.8.0_66) on Tue Nov 10 15:24:43 CET 2015 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Uses of Class de.juplo.facebook.exceptions.GraphApiException (Juplo - Facebook Utils 2.5.0 API)</title>
8 <meta name="date" content="2015-11-10">
9 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
10 <script type="text/javascript" src="../../../../../script.js"></script>
11 </head>
12 <body>
13 <script type="text/javascript"><!--
14     try {
15         if (location.href.indexOf('is-external=true') == -1) {
16             parent.document.title="Uses of Class de.juplo.facebook.exceptions.GraphApiException (Juplo - Facebook Utils 2.5.0 API)";
17         }
18     }
19     catch(err) {
20     }
21 //-->
22 </script>
23 <noscript>
24 <div>JavaScript is disabled on your browser.</div>
25 </noscript>
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <div class="topNav"><a name="navbar.top">
28 <!--   -->
29 </a>
30 <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31 <a name="navbar.top.firstrow">
32 <!--   -->
33 </a>
34 <ul class="navList" title="Navigation">
35 <li><a href="../../../../../overview-summary.html">Overview</a></li>
36 <li><a href="../package-summary.html">Package</a></li>
37 <li><a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">Class</a></li>
38 <li class="navBarCell1Rev">Use</li>
39 <li><a href="../package-tree.html">Tree</a></li>
40 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
41 <li><a href="../../../../../index-all.html">Index</a></li>
42 <li><a href="../../../../../help-doc.html">Help</a></li>
43 </ul>
44 </div>
45 <div class="subNav">
46 <ul class="navList">
47 <li>Prev</li>
48 <li>Next</li>
49 </ul>
50 <ul class="navList">
51 <li><a href="../../../../../index.html?de/juplo/facebook/exceptions/class-use/GraphApiException.html" target="_top">Frames</a></li>
52 <li><a href="GraphApiException.html" target="_top">No&nbsp;Frames</a></li>
53 </ul>
54 <ul class="navList" id="allclasses_navbar_top">
55 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56 </ul>
57 <div>
58 <script type="text/javascript"><!--
59   allClassesLink = document.getElementById("allclasses_navbar_top");
60   if(window==top) {
61     allClassesLink.style.display = "block";
62   }
63   else {
64     allClassesLink.style.display = "none";
65   }
66   //-->
67 </script>
68 </div>
69 <a name="skip.navbar.top">
70 <!--   -->
71 </a></div>
72 <!-- ========= END OF TOP NAVBAR ========= -->
73 <div class="header">
74 <h2 title="Uses of Class de.juplo.facebook.exceptions.GraphApiException" class="title">Uses of Class<br>de.juplo.facebook.exceptions.GraphApiException</h2>
75 </div>
76 <div class="classUseContainer">
77 <ul class="blockList">
78 <li class="blockList">
79 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80 <caption><span>Packages that use <a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a></span><span class="tabEnd">&nbsp;</span></caption>
81 <tr>
82 <th class="colFirst" scope="col">Package</th>
83 <th class="colLast" scope="col">Description</th>
84 </tr>
85 <tbody>
86 <tr class="altColor">
87 <td class="colFirst"><a href="#de.juplo.facebook.exceptions">de.juplo.facebook.exceptions</a></td>
88 <td class="colLast">&nbsp;</td>
89 </tr>
90 </tbody>
91 </table>
92 </li>
93 <li class="blockList">
94 <ul class="blockList">
95 <li class="blockList"><a name="de.juplo.facebook.exceptions">
96 <!--   -->
97 </a>
98 <h3>Uses of <a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a> in <a href="../../../../../de/juplo/facebook/exceptions/package-summary.html">de.juplo.facebook.exceptions</a></h3>
99 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
100 <caption><span>Subclasses of <a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a> in <a href="../../../../../de/juplo/facebook/exceptions/package-summary.html">de.juplo.facebook.exceptions</a></span><span class="tabEnd">&nbsp;</span></caption>
101 <tr>
102 <th class="colFirst" scope="col">Modifier and Type</th>
103 <th class="colLast" scope="col">Class and Description</th>
104 </tr>
105 <tbody>
106 <tr class="altColor">
107 <td class="colFirst"><code>class&nbsp;</code></td>
108 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/AccessTokenRequiredException.html" title="class in de.juplo.facebook.exceptions">AccessTokenRequiredException</a></span></code>
109 <div class="block">104: An access token is required to request this resource.</div>
110 </td>
111 </tr>
112 <tr class="rowColor">
113 <td class="colFirst"><code>class&nbsp;</code></td>
114 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/CallbackVerificationFailedException.html" title="class in de.juplo.facebook.exceptions">CallbackVerificationFailedException</a></span></code>
115 <div class="block">2200: Callback verification failed.</div>
116 </td>
117 </tr>
118 <tr class="altColor">
119 <td class="colFirst"><code>class&nbsp;</code></td>
120 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/GraphMethodException.html" title="class in de.juplo.facebook.exceptions">GraphMethodException</a></span></code>
121 <div class="block">Baseclass for exceptions of type <code>GraphMethodException</code>.</div>
122 </td>
123 </tr>
124 <tr class="rowColor">
125 <td class="colFirst"><code>class&nbsp;</code></td>
126 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/OAuthException.html" title="class in de.juplo.facebook.exceptions">OAuthException</a></span></code>
127 <div class="block">Baseclass for exceptions of type <code>OAuthException</code>.</div>
128 </td>
129 </tr>
130 <tr class="altColor">
131 <td class="colFirst"><code>class&nbsp;</code></td>
132 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/PageMigratedException.html" title="class in de.juplo.facebook.exceptions">PageMigratedException</a></span></code>
133 <div class="block">21: Page ID (XXX) was migrated to page ID (YYY).</div>
134 </td>
135 </tr>
136 <tr class="rowColor">
137 <td class="colFirst"><code>class&nbsp;</code></td>
138 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/RateExceededException.html" title="class in de.juplo.facebook.exceptions">RateExceededException</a></span></code>
139 <div class="block">613: Calls to stream have exceeded the rate of 600 calls per 600 seconds.</div>
140 </td>
141 </tr>
142 <tr class="altColor">
143 <td class="colFirst"><code>class&nbsp;</code></td>
144 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/UnexpectedErrorException.html" title="class in de.juplo.facebook.exceptions">UnexpectedErrorException</a></span></code>
145 <div class="block">2: An unexpected error has occurred.</div>
146 </td>
147 </tr>
148 <tr class="rowColor">
149 <td class="colFirst"><code>class&nbsp;</code></td>
150 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/UnknownErrorException.html" title="class in de.juplo.facebook.exceptions">UnknownErrorException</a></span></code>
151 <div class="block">1: An unknown error has occurred.</div>
152 </td>
153 </tr>
154 <tr class="altColor">
155 <td class="colFirst"><code>class&nbsp;</code></td>
156 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/UnmappedErrorException.html" title="class in de.juplo.facebook.exceptions">UnmappedErrorException</a></span></code>
157 <div class="block">Marker class for error-messages, that are not mapped yet.</div>
158 </td>
159 </tr>
160 <tr class="rowColor">
161 <td class="colFirst"><code>class&nbsp;</code></td>
162 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/UnsupportedGetRequestException.html" title="class in de.juplo.facebook.exceptions">UnsupportedGetRequestException</a></span></code>
163 <div class="block">100: Unsupported get request.</div>
164 </td>
165 </tr>
166 </tbody>
167 </table>
168 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
169 <caption><span>Methods in <a href="../../../../../de/juplo/facebook/exceptions/package-summary.html">de.juplo.facebook.exceptions</a> that return <a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a></span><span class="tabEnd">&nbsp;</span></caption>
170 <tr>
171 <th class="colFirst" scope="col">Modifier and Type</th>
172 <th class="colLast" scope="col">Method and Description</th>
173 </tr>
174 <tbody>
175 <tr class="altColor">
176 <td class="colFirst"><code>static <a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a></code></td>
177 <td class="colLast"><span class="typeNameLabel">GraphApiException.</span><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html#create-byte:A-">create</a></span>(byte[]&nbsp;message)</code>&nbsp;</td>
178 </tr>
179 <tr class="rowColor">
180 <td class="colFirst"><code>static <a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a></code></td>
181 <td class="colLast"><span class="typeNameLabel">GraphApiException.</span><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html#create-de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage-">create</a></span>(<a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html" title="class in de.juplo.facebook.exceptions">GraphApiException.FacebookErrorMessage</a>&nbsp;error)</code>&nbsp;</td>
182 </tr>
183 <tr class="altColor">
184 <td class="colFirst"><code>static <a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a></code></td>
185 <td class="colLast"><span class="typeNameLabel">GraphApiException.</span><code><span class="memberNameLink"><a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html#create-java.io.InputStream-">create</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;in)</code>&nbsp;</td>
186 </tr>
187 </tbody>
188 </table>
189 </li>
190 </ul>
191 </li>
192 </ul>
193 </div>
194 <!-- ======= START OF BOTTOM NAVBAR ====== -->
195 <div class="bottomNav"><a name="navbar.bottom">
196 <!--   -->
197 </a>
198 <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
199 <a name="navbar.bottom.firstrow">
200 <!--   -->
201 </a>
202 <ul class="navList" title="Navigation">
203 <li><a href="../../../../../overview-summary.html">Overview</a></li>
204 <li><a href="../package-summary.html">Package</a></li>
205 <li><a href="../../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">Class</a></li>
206 <li class="navBarCell1Rev">Use</li>
207 <li><a href="../package-tree.html">Tree</a></li>
208 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
209 <li><a href="../../../../../index-all.html">Index</a></li>
210 <li><a href="../../../../../help-doc.html">Help</a></li>
211 </ul>
212 </div>
213 <div class="subNav">
214 <ul class="navList">
215 <li>Prev</li>
216 <li>Next</li>
217 </ul>
218 <ul class="navList">
219 <li><a href="../../../../../index.html?de/juplo/facebook/exceptions/class-use/GraphApiException.html" target="_top">Frames</a></li>
220 <li><a href="GraphApiException.html" target="_top">No&nbsp;Frames</a></li>
221 </ul>
222 <ul class="navList" id="allclasses_navbar_bottom">
223 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
224 </ul>
225 <div>
226 <script type="text/javascript"><!--
227   allClassesLink = document.getElementById("allclasses_navbar_bottom");
228   if(window==top) {
229     allClassesLink.style.display = "block";
230   }
231   else {
232     allClassesLink.style.display = "none";
233   }
234   //-->
235 </script>
236 </div>
237 <a name="skip.navbar.bottom">
238 <!--   -->
239 </a></div>
240 <!-- ======== END OF BOTTOM NAVBAR ======= -->
241 <p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
242 </body>
243 </html>